⬆️ bump playwright (#8534)

* @playwright/test (1.59.1 → 1.61.1)

* playwright docker updates

* note
This commit is contained in:
Matt Fiddaman
2026-07-21 18:03:26 +00:00
committed by GitHub
parent 7463525f9d
commit 87a1d48a3e
12 changed files with 39 additions and 33 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
name: API browser e2e
runs-on: depot-ubuntu-latest-4
container:
image: mcr.microsoft.com/playwright:v1.59.1-jammy
image: mcr.microsoft.com/playwright:v1.61.1-jammy
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
+3 -3
View File
@@ -65,7 +65,7 @@ jobs:
matrix:
shard: [1, 2, 3]
container:
image: mcr.microsoft.com/playwright:v1.59.1-jammy
image: mcr.microsoft.com/playwright:v1.61.1-jammy
env:
E2E_USE_BUILD: '1'
steps:
@@ -128,7 +128,7 @@ jobs:
contents: read
id-token: write # Authenticate to Depot via GitHub OIDC for test reporting
container:
image: mcr.microsoft.com/playwright:v1.59.1-jammy
image: mcr.microsoft.com/playwright:v1.61.1-jammy
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
@@ -170,7 +170,7 @@ jobs:
matrix:
shard: [1, 2, 3]
container:
image: mcr.microsoft.com/playwright:v1.59.1-jammy
image: mcr.microsoft.com/playwright:v1.61.1-jammy
env:
E2E_USE_BUILD: '1'
steps:
+2 -2
View File
@@ -104,7 +104,7 @@ jobs:
matrix:
shard: [1, 2, 3]
container:
image: mcr.microsoft.com/playwright:v1.59.1-jammy
image: mcr.microsoft.com/playwright:v1.61.1-jammy
env:
E2E_USE_BUILD: '1'
steps:
@@ -170,7 +170,7 @@ jobs:
runs-on: depot-ubuntu-latest
needs: get-pr
container:
image: mcr.microsoft.com/playwright:v1.59.1-jammy
image: mcr.microsoft.com/playwright:v1.61.1-jammy
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with: