test remix-debugger

pull/1/head
yann300 7 years ago
parent c85eabdf16
commit a8fe7419a6
  1. 1
      .circleci/config.yml
  2. 2
      src/app/debugger/remix-debugger/ci/browser_tests.sh

@ -34,6 +34,7 @@ jobs:
- /repo/node_modules
- run: npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build
- run: ./ci/browser_tests.sh
- run: cd src/app/debugger/remix-debugger && ./ci/browser_tests.sh
# - run: if [ $CIRCLE_BRANCH = 'master' ]; then ./ci/deploy_from_travis_master.sh; fi
# - run: if [ $CIRCLE_BRANCH = 'remix_live' ]; then ./ci/deploy_from_travis_master.sh; fi

@ -19,7 +19,7 @@ SAUCECONNECT_JOBIDENTIFIER="remix_tests_${BUILD_ID}"
SAUCECONNECT_READYFILE="sc.ready"
TEST_EXITCODE=0
npm run build
npm install && npm run build
npm run serve &
wget $SAUCECONNECT_URL

Loading…
Cancel
Save