chore: delete existing firewall tests and migrate smoke tests#229
Merged
chore: delete existing firewall tests and migrate smoke tests#229
Conversation
- Delete basic-firewall.test.ts, robustness.test.ts, claude-code.test.ts - Delete test-integration.yml, test-claude.yml, firewall-escape-test.md/.lock.yml - Delete old smoke-claude.lock.yml, smoke-copilot.lock.yml - Add smoke-claude.md with local-build sandbox config - Add smoke-codex.md with local-build sandbox config - Add smoke-copilot.md with local-build sandbox config - Update tests/README.md and TEST_RESULTS.md documentation - Update references in AGENTS.md, CLAUDE.md, quickstart.md - Update download-latest-artifact.sh defaults Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Mossaka
requested changes
Jan 17, 2026
| @@ -0,0 +1,71 @@ | |||
| --- | |||
Collaborator
There was a problem hiding this comment.
@copilot generate those smoke tests using gh aw compile and push
Contributor
Author
There was a problem hiding this comment.
Done in abc7195. Compiled the smoke tests with gh aw compile and generated the .lock.yml files for smoke-claude, smoke-codex, and smoke-copilot.
Copilot
AI
changed the title
[WIP] Delete existing firewall tests and migrate smoke tests
chore: delete existing firewall tests and migrate smoke tests
Jan 17, 2026
- Update smoke-claude.md, smoke-codex.md, smoke-copilot.md with correct sandbox config - Generate smoke-claude.lock.yml, smoke-codex.lock.yml, smoke-copilot.lock.yml Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Mossaka
requested changes
Jan 17, 2026
Comment on lines
4
to
9
| schedule: every 12h | ||
| workflow_dispatch: | ||
| pull_request: | ||
| types: [labeled] | ||
| names: ["smoke"] | ||
| reaction: "heart" |
Collaborator
There was a problem hiding this comment.
@copilot modify all the smoke tests to be triggered on every PR
Contributor
Author
There was a problem hiding this comment.
Done in ae84524. Changed pull_request trigger from types: [labeled] to types: [opened, synchronize, reopened] so smoke tests run on every PR.
Comment on lines
41
to
51
| add-comment: | ||
| hide-older-comments: true | ||
| create-issue: | ||
| expires: 2h | ||
| add-labels: | ||
| allowed: [smoke-claude] | ||
| messages: | ||
| footer: "> 💥 *[THE END] — Illustrated by [{workflow_name}]({run_url})*" | ||
| run-started: "💥 **WHOOSH!** [{workflow_name}]({run_url}) springs into action on this {event_type}! *[Panel 1 begins...]*" | ||
| run-success: "🎬 **THE END** — [{workflow_name}]({run_url}) **MISSION: ACCOMPLISHED!** The hero saves the day! ✨" | ||
| run-failure: "💫 **TO BE CONTINUED...** [{workflow_name}]({run_url}) {status}! Our hero faces unexpected challenges..." |
- Change pull_request trigger from labeled to [opened, synchronize, reopened] - Remove create-issue from safe-outputs in all smoke tests - Recompile smoke tests with gh aw compile Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Test Coverage Report
Coverage ThresholdsThe project has the following coverage thresholds configured:
Coverage report generated by `npm run test:coverage` |
This was referenced Jan 17, 2026
This was referenced Jan 17, 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.
gh aw compileSummary
This PR deletes existing firewall tests and migrates smoke tests from gh-aw repository.
Key changes:
gh aw compileto generate.lock.ymlfilesOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.