Skip to content

Commit

Permalink
chore: upgrade playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil authored and mvidalgarcia committed May 30, 2024
1 parent da97e71 commit bd76124
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 647 deletions.
2 changes: 1 addition & 1 deletion .github/contribution/testing-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export function TestComponentStory() {
Snapshots are OS-specific. CI runs Linux on its machines. In order to generate CI-compatible
snapshots, you need to run the tests on Linux. You can do that by running the tests in Docker:

- `docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.39.0-jammy /bin/bash`
- `docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.44.1-jammy /bin/bash`
- `yarn run docker:reset`
- `yarn components test-ct --update-snapshots`

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
name: Visual Regression Tests
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
image: mcr.microsoft.com/playwright:v1.44.1-jammy
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion packages/orbit-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@emotion/core": "^11.0.0",
"@nanostores/react": "^0.2.0",
"@nanostores/router": "^0.3.1",
"@playwright/experimental-ct-react": "^1.39.0",
"@playwright/experimental-ct-react": "^1.44.1",
"@size-limit/webpack-why": "^8.0.0",
"@storybook/addon-a11y": "^7.4.6",
"@storybook/addon-essentials": "^7.0.23",
Expand Down
Loading

0 comments on commit bd76124

Please sign in to comment.