test: Add test plans for different Copilot subscription tiers focusing on quota usage.#222
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a token-based-billing test-plan suite that documents expected quota/upsell UI behavior across Copilot subscription tiers in GitHub Copilot for Eclipse, helping validate plan-dependent menu rows and chat quota warnings.
Changes:
- Adds per-plan markdown test plans for Free, Pro, Pro+, Max, Business (unlimited org), and Enterprise (unlimited org) quota UI behavior.
- Adds a shared README describing the tested surfaces, quota-warning thresholds, and how to obtain
canUpgradePlanfrom language-server logs. - Standardizes expectations around when
Upgrade Planand overage actions should appear across menus and chat warning surfaces.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| test-plans/token-based-billing/README.md | Introduces the overall quota UI test-plan framework, surfaces under test, thresholds, and canUpgradePlan log instructions. |
| test-plans/token-based-billing/TBB-test-free.md | Defines Free-plan test cases for menus and chat quota-warning surfaces. |
| test-plans/token-based-billing/TBB-test-pro.md | Defines Pro-plan test cases for included credits, overage actions, and quota-warning surfaces. |
| test-plans/token-based-billing/TBB-test-pro-plus.md | Defines Pro+-plan test cases mirroring Pro behavior with conditional upgrade action. |
| test-plans/token-based-billing/TBB-test-max.md | Defines Max-plan test cases including expectations for typically-ineligible upgrade action. |
| test-plans/token-based-billing/TBB-test-business.md | Defines Business unlimited-org test cases (informational message + no chat quota warnings). |
| test-plans/token-based-billing/TBB-test-enterprise.md | Defines Enterprise unlimited-org test cases (informational message + no chat quota warnings). |
jdneo
reviewed
May 19, 2026
jdneo
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.