Skip to content

Commit

Permalink
chore: update playwright (#2181)
Browse files Browse the repository at this point in the history
* chore: update playwright

* chore: update from main
  • Loading branch information
nmerget authored Feb 6, 2024
1 parent ad06e0b commit bd938e4
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/update-playwright.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Replace from 'replace-in-file';
import packageJson from '../../package.json' assert { type: 'json' };

const oldPlaywrightVersion = '1.41.1';
const oldPlaywrightVersion = '1.41.2';

const updatePlaywright = () => {
const version = packageJson.devDependencies['@playwright/test'];
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/02-e2e-showcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: 🧪🎭 - ${{ matrix.framework }}:${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.41.1
image: mcr.microsoft.com/playwright:v1.41.2
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/02-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: 🧪🎭 - ${{ matrix.framework }}:${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.41.1
image: mcr.microsoft.com/playwright:v1.41.2
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.41.1 as playwright
FROM mcr.microsoft.com/playwright:v1.41.2 as playwright

COPY e2e /e2e
WORKDIR /e2e
Expand Down
24 changes: 12 additions & 12 deletions e2e/package-lock.json

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

2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:vue-showcase": "npm run test:e2e --workspace=vue-showcase"
},
"devDependencies": {
"@playwright/test": "1.41.1",
"@playwright/test": "1.41.2",
"cpr": "3.0.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
Expand Down
11 changes: 3 additions & 8 deletions package-lock.json

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

0 comments on commit bd938e4

Please sign in to comment.