|
|
|
@ -66,10 +66,11 @@ jobs: |
|
|
|
|
command: ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js |
|
|
|
|
background: true |
|
|
|
|
- run: ./apps/remix-ide/ci/browser_tests_chrome.sh |
|
|
|
|
- run: ls |
|
|
|
|
- store_test_results: |
|
|
|
|
path: ./apps/remix-ide-e2e/src/reports/tests |
|
|
|
|
path: ./reports/tests |
|
|
|
|
- store_artifacts: |
|
|
|
|
path: ./apps/remix-ide-e2e/src/reports/screenshots |
|
|
|
|
path: ./reports/screenshots |
|
|
|
|
|
|
|
|
|
remix-ide-firefox: |
|
|
|
|
docker: |
|
|
|
@ -110,9 +111,9 @@ jobs: |
|
|
|
|
command: sudo dpkg -i firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb |
|
|
|
|
- run: ./apps/remix-ide/ci/browser_tests_firefox.sh |
|
|
|
|
- store_test_results: |
|
|
|
|
path: ./apps/remix-ide-e2e/src/reports/tests |
|
|
|
|
path: ./reports/tests |
|
|
|
|
- store_artifacts: |
|
|
|
|
path: ./apps/remix-ide-e2e/src/reports/screenshots |
|
|
|
|
path: ./reports/screenshots |
|
|
|
|
|
|
|
|
|
remix-ide-run-deploy: |
|
|
|
|
docker: |
|
|
|
@ -154,9 +155,9 @@ jobs: |
|
|
|
|
background: true |
|
|
|
|
- run: ./apps/remix-ide/ci/browser_tests_run_deploy.sh |
|
|
|
|
- store_test_results: |
|
|
|
|
path: ./apps/remix-ide-e2e/src/reports/tests |
|
|
|
|
path: ./reports/tests |
|
|
|
|
- store_artifacts: |
|
|
|
|
path: ./apps/remix-ide-e2e/src/reports/screenshots |
|
|
|
|
path: ./reports/screenshots |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
deploy-remix-live: |
|
|
|
|