Merge pull request #95 from mCaptcha/fix-integration

debug: first run firefox tests
This commit is contained in:
Aravinth Manivannan 2023-07-03 19:09:27 +05:30 committed by GitHub
commit 04cb724df1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,8 @@ git clone https://github.com/mCaptcha/integration .
if is_ci
then
yarn install
xvfb-run --auto-servernum npm run test.chrome
xvfb-run --auto-servernum npm run test.firefox
xvfb-run --auto-servernum npm run test.chrome
else
yarn install
npx nightwatch ./test/mCaptcha.ts