Merge pull request #95 from mCaptcha/fix-integration
debug: first run firefox tests
This commit is contained in:
commit
04cb724df1
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