7 lines
246 B
Bash
Executable file
7 lines
246 B
Bash
Executable file
#!/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
|