mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
7 lines
246 B
Bash
7 lines
246 B
Bash
![]() |
#!/bin/bash
|
||
|
source ./initialize_test.sh && initialize_test "$@"
|
||
|
|
||
|
node "${SCRIPTS_PATH}/download-chromedriver.js" ${TEST_ROOT}
|
||
|
cd ${SCRIPTS_PATH}/output
|
||
|
PWTEST_CHROMEDRIVER="${TEST_ROOT}/chromedriver" npm run test -- --reporter=list selenium.spec
|