Skip to content

Commit 0548ded

Browse files
authored
chore: update playwright (#1186)
1 parent 7eba052 commit 0548ded

File tree

24 files changed

+157
-137
lines changed

24 files changed

+157
-137
lines changed

.github/workflows/02-e2e-showcases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: 🧪 with 🎭
1313
runs-on: ubuntu-latest
1414
container:
15-
image: mcr.microsoft.com/playwright:v1.32.3-focal
15+
image: mcr.microsoft.com/playwright:v1.35.1-focal
1616
strategy:
1717
fail-fast: false
1818
matrix:

.github/workflows/02-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: 🧪 with 🎭
1313
runs-on: ubuntu-latest
1414
container:
15-
image: mcr.microsoft.com/playwright:v1.32.3-focal
15+
image: mcr.microsoft.com/playwright:v1.35.1-focal
1616
strategy:
1717
fail-fast: false
1818
matrix:

.jscpd.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"**/output/**",
1616
"**/node_modules/**",
1717
"**/__snapshots__/**",
18+
"**/test-results/**",
1819
"**/*.spec.tsx",
1920
"**/.next/**",
2021
"**/.github/**",
-13 Bytes
Loading
-13 Bytes
Loading
-7 Bytes
Loading
-7 Bytes
Loading
Loading
4 Bytes
Loading
Loading

0 commit comments

Comments
 (0)