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

@ -22,6 +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
npm run nightwatch_local_chrome $TESTFILES
echo "$TEST_EXITCODE"

@ -22,6 +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
npm run nightwatch_local_firefox $TESTFILES
echo "$TEST_EXITCODE"

Loading…
Cancel
Save