Skip to content

Commit 0ee59c6

Browse files
authored
chore(deps): update playwright to 1.55.0 (#6638)
1 parent a1616bd commit 0ee59c6

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

.github/workflows/aat-reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "pid=$pid" >> $GITHUB_OUTPUT
4444
sleep 5
4545
- name: Run AAT
46-
uses: docker://mcr.microsoft.com/playwright:v1.53.2-jammy
46+
uses: docker://mcr.microsoft.com/playwright:v1.55.0-jammy
4747
env:
4848
STORYBOOK_URL: 'http://172.17.0.1:6006'
4949
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Build
7474
run: npm run build
7575
- name: Run tests defined in vitest
76-
uses: docker://mcr.microsoft.com/playwright:v1.53.2-jammy
76+
uses: docker://mcr.microsoft.com/playwright:v1.55.0-jammy
7777
with:
7878
args: npm test
7979

.github/workflows/stress-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "pid=$pid" >> $GITHUB_OUTPUT
2626
sleep 5
2727
- name: Run Stress Tests
28-
uses: docker://mcr.microsoft.com/playwright:v1.53.1-jammy
28+
uses: docker://mcr.microsoft.com/playwright:v1.55.0-jammy
2929
env:
3030
STORYBOOK_URL: 'http://172.17.0.1:6006'
3131
with:

.github/workflows/vrt-reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "pid=$pid" >> $GITHUB_OUTPUT
4444
sleep 5
4545
- name: Run VRT
46-
uses: docker://mcr.microsoft.com/playwright:v1.53.2-jammy
46+
uses: docker://mcr.microsoft.com/playwright:v1.55.0-jammy
4747
env:
4848
STORYBOOK_URL: 'http://172.17.0.1:6006'
4949
with:

.github/workflows/vrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "pid=$pid" >> $GITHUB_OUTPUT
5353
sleep 5
5454
- name: Run VRT
55-
uses: docker://mcr.microsoft.com/playwright:v1.53.2-jammy
55+
uses: docker://mcr.microsoft.com/playwright:v1.55.0-jammy
5656
env:
5757
STORYBOOK_URL: 'http://172.17.0.1:6006'
5858
with:

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@github/mini-throttle": "2.1.1",
5555
"@github/prettier-config": "0.0.6",
5656
"@mdx-js/react": "1.6.22",
57-
"@playwright/test": "^1.53.2",
57+
"@playwright/test": "^1.55.0",
5858
"@prettier/sync": "0.5.5",
5959
"@primer/stylelint-config": "13.3.0",
6060
"@size-limit/preset-big-lib": "11.2.0",

0 commit comments

Comments
 (0)