pull/4165/head
filip mertens 1 year ago committed by Aniket
parent 64aef418db
commit bf722508ad
  1. 1
      apps/remix-ide-e2e/package.json
  2. 2
      apps/remix-ide/ci/browser_test.sh
  3. 2
      apps/remix-ide/ci/browser_test_plugin.sh
  4. 2
      apps/remix-ide/ci/browser_tests.sh
  5. 2
      apps/remix-ide/ci/flaky.sh

@ -16,7 +16,6 @@
"tree-kill": "^1.2.2"
},
"devDependencies": {
"ganache": "^7.9.1",
"http-server": "^14.1.1",
"nightwatch": "2.3"
}

@ -7,7 +7,7 @@ set -e
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
echo "$BUILD_ID"
TEST_EXITCODE=0
yarn run ganache &
npx ganache &
npx http-server -p 9090 --cors='*' ./node_modules &
yarn run serve:production &
sleep 5

@ -7,7 +7,7 @@ echo "$BUILD_ID"
TEST_EXITCODE=0
npx http-server -p 9999 ./dist/apps/$1 &
yarn run ganache &
npx ganache &
npx http-server -p 9090 --cors='*' ./node_modules &
yarn run serve:production &

@ -15,7 +15,7 @@ BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
echo "$BUILD_ID"
TEST_EXITCODE=0
yarn run ganache &
npx ganache &
yarn run serve &
setupRemixd

@ -17,7 +17,7 @@ BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
echo "$BUILD_ID"
TEST_EXITCODE=0
yarn run ganache &
npx ganache &
npx http-server -p 9090 --cors='*' ./node_modules &
yarn run serve:production &
sleep 5

Loading…
Cancel
Save