chore: add 0.19.0 endgame test plans for duzitong#311
Closed
duzitong wants to merge 2 commits into
Closed
Conversation
- edit-files-outside-workspace: 7 test cases covering create/edit/keep/undo for local files outside the Eclipse workspace (PR#248) - auto-chat-context-compression: 4 test cases covering compacting banner show/hide, cancel, and conversation scoping (PR#250) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds two new SWTBot endgame test plan markdown documents covering the 0.19.0 verification tasks assigned to @duzitong (local-file edits outside workspace, and automatic chat context compression).
Changes:
- Added a new test plan for editing/creating files outside the Eclipse workspace, including Keep/Undo and regression/negative coverage.
- Added a new test plan for automatic chat context compression (compacting banner, donut update, cancel behavior, and conversation scoping).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| com.microsoft.copilot.eclipse.swtbot.test/test-plans/edit-files-outside-workspace/edit-files-outside-workspace.md | New endgame test plan for Agent-driven external local file edit/create flows, including Keep/Undo and negative/regression cases. |
| com.microsoft.copilot.eclipse.swtbot.test/test-plans/auto-chat-context-compression/auto-chat-context-compression.md | New endgame test plan for Auto Compress UI behavior (banner lifecycle, donut update, cancel behavior, conversation scoping). |
jdneo
reviewed
Jun 23, 2026
| @@ -0,0 +1,211 @@ | |||
| # Support Editing/Creating Local Files Outside the Workspace | |||
Member
There was a problem hiding this comment.
Consider merging this with https://github.com/microsoft/copilot-for-eclipse/blob/main/com.microsoft.copilot.eclipse.swtbot.test/test-plans/file-system/local-file-edit-and-create-tools.md?
Seems they are for the same feature
edit-files-outside-workspace is already covered by: test-plans/file-system/local-file-edit-and-create-tools.md auto-chat-context-compression is already covered by: test-plans/context-compress/context-compress.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
Closing — both test plans duplicate existing ones:
Thanks for the review @jdneo! |
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.
Closing — both test plans duplicate existing ones:
edit-files-outside-workspace→ already covered bytest-plans/file-system/local-file-edit-and-create-tools.mdauto-chat-context-compression→ already covered bytest-plans/context-compress/context-compress.mdThanks for the review @jdneo!