Changed test spliting dir

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

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

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

Loading…
Cancel
Save