mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
Merge pull request #95 from mCaptcha/fix-integration
debug: first run firefox tests
This commit is contained in:
@@ -28,8 +28,8 @@ git clone https://github.com/mCaptcha/integration .
|
|||||||
if is_ci
|
if is_ci
|
||||||
then
|
then
|
||||||
yarn install
|
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.firefox
|
||||||
|
xvfb-run --auto-servernum npm run test.chrome
|
||||||
else
|
else
|
||||||
yarn install
|
yarn install
|
||||||
npx nightwatch ./test/mCaptcha.ts
|
npx nightwatch ./test/mCaptcha.ts
|
||||||
|
|||||||
Reference in New Issue
Block a user