2022-02-12 02:06:37 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
source ./initialize_test.sh && initialize_test "$@"
|
|
|
|
|
|
2022-02-14 21:23:08 +01:00
|
|
|
npm install ${PLAYWRIGHT_CORE_TGZ}
|
|
|
|
|
node "./download-chromedriver.js" "${PWD}"
|
|
|
|
|
export PWTEST_CHROMEDRIVER="${PWD}/chromedriver"
|
|
|
|
|
cd "${PLAYWRIGHT_CHECKOUT}"
|
|
|
|
|
npm run test -- --reporter=list selenium.spec
|