Skip to content

Commit 2cd6872

Browse files
committed
chore: up playwright
1 parent 8d6f658 commit 2cd6872

File tree

7 files changed

+12
-4
lines changed

7 files changed

+12
-4
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Install Playwright Browsers
9696
if: ${{ matrix.runtime == 'next' || matrix.runtime == 'sveltekit' || matrix.runtime == 'vite' }}
97-
run: npx playwright@1.38.1 install --with-deps
97+
run: npx playwright@1.52.0 install --with-deps
9898

9999
- name: Install dependencies
100100
uses: ./.github/actions/install-dependencies

bun.lockb

712 Bytes
Binary file not shown.

test/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"isows": "file:../../src/"
1717
},
1818
"devDependencies": {
19-
"@playwright/test": "1.38.1",
19+
"@playwright/test": "1.52.0",
2020
"@types/node": "^20",
2121
"@types/react": "^18",
2222
"@types/react-dom": "^18",

test/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"isows": "file:../../src/"
1313
},
1414
"devDependencies": {
15-
"@playwright/test": "1.38.1",
15+
"@playwright/test": "1.52.0",
1616
"@sveltejs/adapter-vercel": "^3.0.3",
1717
"@sveltejs/kit": "^1.20.4",
1818
"isows": "^1.0.6",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"status": "failed",
3+
"failedTests": []
4+
}

test/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"isows": "file:../../src/"
1212
},
1313
"devDependencies": {
14-
"@playwright/test": "1.38.1",
14+
"@playwright/test": "1.52.0",
1515
"@types/node": "^20.8.3",
1616
"typescript": "^5.2.2",
1717
"vite": "^4.4.5"

test/vite/test-results/.last-run.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"status": "passed",
3+
"failedTests": []
4+
}

0 commit comments

Comments
 (0)