mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: fix pwt installation tests (#13634)
This commit is contained in:
parent
f3ba9f30fc
commit
bd79accb6f
@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
source ./initialize_test.sh && initialize_test "$@"
|
||||
|
||||
npm_i playwright-core
|
||||
npm_i @playwright/test
|
||||
|
||||
echo "Running playwright test without install"
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
source ./initialize_test.sh && initialize_test "$@"
|
||||
|
||||
npm_i playwright-core
|
||||
npm_i @playwright/test
|
||||
PLAYWRIGHT_BROWSERS_PATH="0" npx playwright install chromium
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user