-
Notifications
You must be signed in to change notification settings - Fork 86
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: adds playwright tests for dfx new
project frontends
#4065
Conversation
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 tests are the same. Did you choose to duplicate the file for each one instead of parametrizing a single file on purpose?
@@ -381,7 +381,7 @@ Module hash 15da2adc4426b8037c9e716b81cb6a8cf1a835ac37589be2cef8cb3f4a04adaa | |||
|
|||
`dfx deploy --mode` now takes the same possible values as `dfx canister install --mode`: "install", "reinstall", "upgrade" and "auto". | |||
|
|||
In "auto" mode, the upgrade options are hints which only take effects when the actual install mode is "upgrade". | |||
In "auto" mode, the upgrade options are hints which only take effects when the actual install mode is "upgrade". |
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.
Small typo? "Only take effect"
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.
Oh, that typo was already in there - my auto formatter just removed the space when I updated the file
I did - this was the easiest way to represent each frontend as a separate test suite so it will be easier to identify if and when one of them fails. I am in favor of avoiding duplication as a principle, but here it's easier to just work with the tool than fight it. |
Description
Extends playwright coverage to the remaining frontend projects
Fixes SDK-1931
How Has This Been Tested?
It's all tests!
Checklist: