-
Notifications
You must be signed in to change notification settings - Fork 0
task: add e2e tests for error communication #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #46 +/- ##
=======================================
Coverage 95.59% 95.59%
=======================================
Files 9 9
Lines 1157 1157
Branches 158 158
=======================================
Hits 1106 1106
Misses 51 51
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds e2e tests to verify error communication in the CLI, ensuring that various error scenarios return appropriate error messages to users.
Key changes:
- Added tests for API validation errors (invalid UUID)
- Added tests for version not found errors
- Added tests for missing CLI arguments
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
packages/cli/e2e/specs/5-Application-results-access.e2e.test.ts |
Added test case to verify error handling when an invalid UUID is provided to list-run-results command |
packages/cli/e2e/specs/3-Application-execution.e2e.test.ts |
Added two test cases: one for testing error response when a non-existent application version is used, and another for testing missing CLI arguments |
ATTRIBUTIONS.md |
Auto-generated license formatting updates (reformatted license text with copyright information and line breaks) |
santi698
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after fixing typo spotted by copilot code review
349c61c to
6ae4e50
Compare
|



No description provided.