Commit fe1e5984 authored by yann300's avatar yann300 Committed by GitHub

fix test

parent 7e143de8
......@@ -19,8 +19,11 @@ while [ ! -f "$SAUCECONNECT_READYFILE" ]; do
sleep .5
done
# npm run browser-test-remote-parallel || TEST_EXITCODE=1
npm run nightwatch_remote_parallel || TEST_EXITCODE=1
npm run nightwatch_remote_chrome || TEST_EXITCODE=1
npm run nightwatch_remote_firefox || TEST_EXITCODE=1
npm run nightwatch_remote_safari || TEST_EXITCODE=1
npm run nightwatch_remote_ie || TEST_EXITCODE=1
# npm run nightwatch_remote_parallel || TEST_EXITCODE=1
node ci/sauceDisconnect.js "$SAUCECONNECT_USERNAME" "$SAUCECONNECT_ACCESSKEY" "$SAUCECONNECT_JOBIDENTIFIER"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment