pull/3/head
ioedeveloper 5 years ago
parent d8616283f8
commit 026efc521e
  1. 2
      apps/remix-ide/ci/browser_tests_chrome.sh
  2. 2
      apps/remix-ide/ci/browser_tests_firefox.sh

@ -22,7 +22,7 @@ setupRemixd
sleep 5
TESTFILES=$(circleci tests glob "./apps/remix-ide/test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings)
echo TESTFILES
echo "$TESTFILES"
npm run nightwatch_local_chrome $TESTFILES
echo "$TEST_EXITCODE"

@ -22,7 +22,7 @@ setupRemixd
sleep 5
TESTFILES=$(circleci tests glob "./apps/remix-ide/test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings)
echo TESTFILES
echo "$TESTFILES"
npm run nightwatch_local_firefox $TESTFILES
echo "$TEST_EXITCODE"

Loading…
Cancel
Save