chore: fix pwt installation tests (#13634)

This commit is contained in:
Pavel Feldman 2022-04-19 12:34:50 -08:00 committed by GitHub
parent f3ba9f30fc
commit bd79accb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -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"

View File

@ -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