Commit 1d40f127 authored by ioedeveloper's avatar ioedeveloper

Pass param

parent 1d4a9b3a
...@@ -21,8 +21,8 @@ setupRemixd ...@@ -21,8 +21,8 @@ setupRemixd
sleep 5 sleep 5
npm run nightwatch_parallel || TEST_EXITCODE=1 TESTFILES=$(circleci tests glob "./test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings)
npm run nightwatch_local_runAndDeploy || TEST_EXITCODE=1 npm run nightwatch_local_chrome -- $TESTFILES || TEST_EXITCODE=1
echo "$TEST_EXITCODE" echo "$TEST_EXITCODE"
if [ "$TEST_EXITCODE" -eq 1 ] if [ "$TEST_EXITCODE" -eq 1 ]
......
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