Skip to content

Commit

Permalink
Update playwright (#780)
Browse files Browse the repository at this point in the history
* chore: Update Playwright

* chore: Update screenshot
  • Loading branch information
vsgoulart authored Aug 28, 2023
1 parent c9ddf62 commit b0deb86
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/TASKLIST_CARBONISATION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Run visual regression
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.35.1
image: mcr.microsoft.com/playwright:v1.37.1
options: --user 1001:1000
steps:
- name: Checkout form-js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/VISUAL_REGRESSION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.35.1
image: mcr.microsoft.com/playwright:v1.37.1
options: --user 1001:1000
steps:
- name: Check out repository code
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 16 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test:visual": "playwright test visual",
"build:e2e": "vite build",
"start:visual-preview": "vite preview --port 8080 --logLevel silent &",
"start:container": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.35.1 /bin/bash"
"start:container": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.37.1 /bin/bash"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@bpmn-io/properties-panel": "^3.3.1",
"@carbon/react": "^1.24.0",
"@carbon/styles": "^1.23.1",
"@playwright/test": "1.35.1",
"@playwright/test": "1.37.1",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
Expand Down

0 comments on commit b0deb86

Please sign in to comment.