Skip to content

Commit 60b2357

Browse files
chore(deps): update dependency @playwright/test to v1.59.1
1 parent 6c6d385 commit 60b2357

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

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
@@ -28,7 +28,7 @@
2828
"tailwindcss": "^4.1.4"
2929
},
3030
"devDependencies": {
31-
"@playwright/test": "1.58.2",
31+
"@playwright/test": "1.59.1",
3232
"@tailwindcss/typography": "0.5.19",
3333
"prettier": "3.8.1",
3434
"prettier-plugin-astro": "0.14.1",

run-visual-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ echo "Running Playwright tests in Docker..."
1010
docker run --rm --init --ipc=host \
1111
-v "$(pwd)":/work \
1212
-w /work \
13-
mcr.microsoft.com/playwright:v1.58.2-noble \
13+
mcr.microsoft.com/playwright:v1.59.1-noble \
1414
npx playwright test "$@"

0 commit comments

Comments
 (0)