-
Notifications
You must be signed in to change notification settings - Fork 417
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
test(cli): warp commands e2e tests #5121
Conversation
…to xeno/warp-commands-e2e-tests
… different flag configs
… different flag combinations
…erent flags combinations
|
…to xeno/warp-commands-e2e-tests
…to xeno/warp-commands-e2e-tests
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.
the new test coverage is great but I think we can significantly dedupe some of the test scaffolding and make the diff here much smaller/more extensible to new token types etc
…to xeno/warp-commands-e2e-tests
…to xeno/warp-commands-e2e-tests
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.
still definitely feel like lots of opportunity to dedupe but lets just keep in mind extensibility of tests like this going forward
Description
This PR tries to e2e test multiple use cases with
warp
commands to ensure that future changes that might break or change the commands' behavior are detected early.Drive-by changes
skipConfirmation
propagation in signer strategy codetest/warp
folderRelated issues
Backward compatibility
Testing