debug: first run firefox tests
This commit is contained in:
parent
71ef95e4c4
commit
c8e6b81d6e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue