Skip to content

Commit 638534c

Browse files
dependabot[bot]joshblackprimer[bot]jonrohanfrancinelucca
authored
chore(deps-dev): bump @playwright/test from 1.51.0 to 1.52.0 (#6003)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josh Black <[email protected]> Co-authored-by: primer[bot] <119360173+primer[bot]@users.noreply.github.com> Co-authored-by: jonrohan <[email protected]> Co-authored-by: Marie Lucca <[email protected]>
1 parent f59a04d commit 638534c

File tree

169 files changed

+19
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+19
-18
lines changed

.github/workflows/aat-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "pid=$pid" >> $GITHUB_OUTPUT
4040
sleep 5
4141
- name: Run AAT
42-
uses: docker://mcr.microsoft.com/playwright:v1.51.0-jammy
42+
uses: docker://mcr.microsoft.com/playwright:v1.52.0-jammy
4343
env:
4444
STORYBOOK_URL: 'http://172.17.0.1:6006'
4545
with:
@@ -113,7 +113,7 @@ jobs:
113113
echo "pid=$pid" >> $GITHUB_OUTPUT
114114
sleep 5
115115
- name: Run AAT
116-
uses: docker://mcr.microsoft.com/playwright:v1.51.0-jammy
116+
uses: docker://mcr.microsoft.com/playwright:v1.52.0-jammy
117117
env:
118118
STORYBOOK_URL: 'http://172.17.0.1:6006'
119119
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Test
6969
run: npm run test -- --coverage
7070
- name: Run tests defined in vitest
71-
uses: docker://mcr.microsoft.com/playwright:v1.51.0-jammy
71+
uses: docker://mcr.microsoft.com/playwright:v1.52.0-jammy
7272
with:
7373
args: npx vitest
7474

.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.51.0-jammy
28+
uses: docker://mcr.microsoft.com/playwright:v1.52.0-jammy
2929
env:
3030
STORYBOOK_URL: 'http://172.17.0.1:6006'
3131
with:

.github/workflows/vrt-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "pid=$pid" >> $GITHUB_OUTPUT
4040
sleep 5
4141
- name: Run VRT
42-
uses: docker://mcr.microsoft.com/playwright:v1.51.0-jammy
42+
uses: docker://mcr.microsoft.com/playwright:v1.52.0-jammy
4343
env:
4444
STORYBOOK_URL: 'http://172.17.0.1:6006'
4545
with:
@@ -113,7 +113,7 @@ jobs:
113113
echo "pid=$pid" >> $GITHUB_OUTPUT
114114
sleep 5
115115
- name: Run VRT
116-
uses: docker://mcr.microsoft.com/playwright:v1.51.0-jammy
116+
uses: docker://mcr.microsoft.com/playwright:v1.52.0-jammy
117117
env:
118118
STORYBOOK_URL: 'http://172.17.0.1:6006'
119119
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.51.0-jammy
55+
uses: docker://mcr.microsoft.com/playwright:v1.52.0-jammy
5656
env:
5757
STORYBOOK_URL: 'http://172.17.0.1:6006'
5858
with:
-2.99 KB
-184 Bytes
-3.17 KB

0 commit comments

Comments
 (0)