test: add endgame test cases for 0.19.0#310
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR expands the SWTBot endgame manual test plans for the 0.19.0 milestone by adding new regression/edge-case test cases and introducing a new plan covering inline-completion indentation behavior tied to Eclipse editor preferences.
Changes:
- Added new regression coverage for hover-card “Thinking effort” description readability.
- Extended subagent and CLS session persistence plans with additional cancellation/restore and layout regression scenarios.
- Added a new test plan for inline completion indentation preferences and expanded local file tool-link navigation coverage.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| com.microsoft.copilot.eclipse.swtbot.test/test-plans/thinking-effort/thinking-effort.md | Adds TC-003 to prevent regressions where hover-card text truncates due to width constraints. |
| com.microsoft.copilot.eclipse.swtbot.test/test-plans/subagent/subagent.md | Adds coverage for confirmation-dialog skip/cancel layout behavior and updates exercised entry points. |
| com.microsoft.copilot.eclipse.swtbot.test/test-plans/file-system/local-file-edit-and-create-tools.md | Adds TC-007/TC-008 for Project Explorer reveal behavior and file-URI fragment handling. |
| com.microsoft.copilot.eclipse.swtbot.test/test-plans/editor-indentation-preferences/editor-indentation-preferences.md | New plan validating inline completion indentation respects Eclipse editor preferences and doesn’t regress Java behavior. |
| com.microsoft.copilot.eclipse.swtbot.test/test-plans/cls-session-persistence/cls-session-persistence.md | Adds TC-008 validating cancelled terminal tool-call state persists after conversation restoration. |
Comments suppressed due to low confidence (1)
com.microsoft.copilot.eclipse.swtbot.test/test-plans/subagent/subagent.md:22
- The plan now exercises a subagent tool-confirmation dialog (TC-007), but the "Not exercised" list still claims confirmation dialogs are not exercised, and the new entry point says "Cancel" even though the dialog button in TC-007 is "Skip". This is internally inconsistent and can mislead readers about what the plan covers.
- Cancel button on a subagent tool-confirmation dialog.
- `conversation/destroy` LSP call on session switch.
Not exercised:
- Subagent tool-call confirmation dialogs.
jdneo
approved these changes
Jun 24, 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.