chore: fix pwt installation tests (#13634)
This commit is contained in:
parent
f3ba9f30fc
commit
bd79accb6f
|
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
source ./initialize_test.sh && initialize_test "$@"
|
source ./initialize_test.sh && initialize_test "$@"
|
||||||
|
|
||||||
npm_i playwright-core
|
|
||||||
npm_i @playwright/test
|
npm_i @playwright/test
|
||||||
|
|
||||||
echo "Running playwright test without install"
|
echo "Running playwright test without install"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
source ./initialize_test.sh && initialize_test "$@"
|
source ./initialize_test.sh && initialize_test "$@"
|
||||||
|
|
||||||
npm_i playwright-core
|
|
||||||
npm_i @playwright/test
|
npm_i @playwright/test
|
||||||
PLAYWRIGHT_BROWSERS_PATH="0" npx playwright install chromium
|
PLAYWRIGHT_BROWSERS_PATH="0" npx playwright install chromium
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue