File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class WebChromiumTest extends Base
1010 'cp tests/languages/web/tests.js tests/sdks/web/tests.js ' ,
1111 'cp tests/languages/web/node.js tests/sdks/web/node.js ' ,
1212 'cp tests/languages/web/index.html tests/sdks/web/index.html ' ,
13- 'docker run --rm -v $(pwd):/app -w /app/tests/sdks/web mcr.microsoft.com/playwright:v1.15.0-focal sudo npm install ' ,
13+ 'docker run --rm -v $(pwd):/app -w /app/tests/sdks/web mcr.microsoft.com/playwright:v1.15.0-focal npm install ' ,
1414 'docker run --rm -v $(pwd):/app -w /app/tests/sdks/web mcr.microsoft.com/playwright:v1.15.0-focal npm run build ' ,
1515 ];
1616 protected string $ command =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class WebNodeTest extends Base
1010 'cp tests/languages/web/tests.js tests/sdks/web/tests.js ' ,
1111 'cp tests/languages/web/node.js tests/sdks/web/node.js ' ,
1212 'cp tests/languages/web/index.html tests/sdks/web/index.html ' ,
13- 'docker run --rm -v $(pwd):/app -w /app/tests/sdks/web mcr.microsoft.com/playwright:v1.15.0-focal sudo npm install ' , // npm list --depth 0 &&
13+ 'docker run --rm -v $(pwd):/app -w /app/tests/sdks/web mcr.microsoft.com/playwright:v1.15.0-focal npm install ' , // npm list --depth 0 &&
1414 'docker run --rm -v $(pwd):/app -w /app/tests/sdks/web mcr.microsoft.com/playwright:v1.15.0-focal npm run build ' ,
1515 ];
1616 protected string $ command =
You can’t perform that action at this time.
0 commit comments