-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore: upgrade playwright #18793
chore: upgrade playwright #18793
Conversation
@@ -270,7 +270,6 @@ | |||
"msw": "^0.49.0", | |||
"path-browserify": "^1.0.1", | |||
"pixelmatch": "^5.3.0", | |||
"playwright-core": "1.29.2", |
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.
Wasn't sure if this was needed but tried removing it and nothing broke. Basing things off this release note it suggested relying on @playwright/test
for types
@@ -54,7 +54,7 @@ jobs: | |||
runs-on: ubuntu-latest | |||
timeout-minutes: 30 | |||
container: | |||
image: mcr.microsoft.com/playwright:v1.29.2 # Same as @storybook/test-runner@0.13's dependency | |||
image: mcr.microsoft.com/playwright:v1.32.2 # Same as @storybook/test-runner@0.15.2's dependency |
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.
I only bumped to 1.32.2
based on what the @storybook/test-runner
had in the latest version (v0.15.2)
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.
Nice one!
* chore: upgrade playwright * remove core * upgrade container image * use test-runner version
Problem
Playwright wasn't working locally for me
Changes
Upgraded to the latest version following the release notes
How did you test this code?
Hopefully this runs...