pull/3/head
ioedeveloper 5 years ago
parent 840ffa634a
commit c615880f1d
  1. 4
      apps/remix-ide/ci/browser_tests_chrome.sh
  2. 4
      apps/remix-ide/ci/browser_tests_firefox.sh
  3. 2
      apps/remix-ide/ci/browser_tests_run_deploy.sh

@ -8,7 +8,7 @@ setupRemixd () {
echo 'sharing folder: '
echo $PWD
remixd -s $PWD --remix-ide http://127.0.0.1:8080 &
cd ..
cd ../../..
}
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
@ -21,7 +21,7 @@ setupRemixd
sleep 5
TESTFILES=$(circleci tests glob "./test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings)
TESTFILES=$(circleci tests glob "./apps/remix-ide/test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings)
npm run nightwatch_local_chrome $TESTFILES
echo "$TEST_EXITCODE"

@ -8,7 +8,7 @@ setupRemixd () {
echo 'sharing folder: '
echo $PWD
remixd -s $PWD --remix-ide http://127.0.0.1:8080 &
cd ..
cd ../../..
}
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
@ -21,7 +21,7 @@ setupRemixd
sleep 5
TESTFILES=$(circleci tests glob "./test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings)
TESTFILES=$(circleci tests glob "./apps/remix-ide/test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings)
npm run nightwatch_local_firefox $TESTFILES
echo "$TEST_EXITCODE"

@ -8,7 +8,7 @@ setupRemixd () {
echo 'sharing folder: '
echo $PWD
remixd -s $PWD --remix-ide http://127.0.0.1:8080 &
cd ../../
cd ../../..
}
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}

Loading…
Cancel
Save