Skip to content

Commit a494696

Browse files
update playwright
1 parent 4f1d9c0 commit a494696

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/web/package.json.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@rollup/plugin-typescript": "8.2.5",
28-
"playwright": "1.14.1",
28+
"playwright": "1.15.0",
2929
"rollup": "2.56.3",
3030
"serve-handler": "6.1.3",
3131
"tslib": "2.3.1",

tests/SDKTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class SDKTest extends TestCase
126126
'docker run --rm -v $(pwd):/app -w /app/tests/sdks/web mcr.microsoft.com/playwright:bionic npm run build',
127127
],
128128
'envs' => [
129-
//'chromium' => 'docker run --rm -v $(pwd):/app -e BROWSER=chromium -w /app/tests/sdks/web mcr.microsoft.com/playwright:bionic node tests.js',
129+
'chromium' => 'docker run --rm -v $(pwd):/app -e BROWSER=chromium -w /app/tests/sdks/web mcr.microsoft.com/playwright:bionic node tests.js',
130130
'firefox' => 'docker run --rm -v $(pwd):/app -e BROWSER=firefox -w /app/tests/sdks/web mcr.microsoft.com/playwright:bionic node tests.js',
131131
'webkit' => 'docker run --rm -v $(pwd):/app -e BROWSER=webkit -w /app/tests/sdks/web mcr.microsoft.com/playwright:bionic node tests.js',
132132
'node' => 'docker run --rm -v $(pwd):/app -w /app/tests/sdks/web mcr.microsoft.com/playwright:bionic node node.js',

0 commit comments

Comments
 (0)