Commit bf4fa455 authored by ioedeveloper's avatar ioedeveloper

Set path for test reports

parent a25678ec
...@@ -67,9 +67,9 @@ jobs: ...@@ -67,9 +67,9 @@ jobs:
background: true background: true
- run: ./apps/remix-ide/ci/browser_tests_chrome.sh - run: ./apps/remix-ide/ci/browser_tests_chrome.sh
- store_test_results: - store_test_results:
path: ./apps/remix-ide/reports/tests path: ./apps/remix-ide-e2e/src/reports/tests
- store_artifacts: - store_artifacts:
path: ./apps/remix-ide/reports/screenshots path: ./apps/remix-ide-e2e/src/reports/screenshots
remix-ide-firefox: remix-ide-firefox:
docker: docker:
...@@ -110,9 +110,9 @@ jobs: ...@@ -110,9 +110,9 @@ jobs:
command: sudo dpkg -i firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb command: sudo dpkg -i firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb
- run: ./apps/remix-ide/ci/browser_tests_firefox.sh - run: ./apps/remix-ide/ci/browser_tests_firefox.sh
- store_test_results: - store_test_results:
path: ./apps/remix-ide/reports/tests path: ./apps/remix-ide-e2e/src/reports/tests
- store_artifacts: - store_artifacts:
path: ./apps/remix-ide/reports/screenshots path: ./apps/remix-ide-e2e/src/reports/screenshots
remix-ide-run-deploy: remix-ide-run-deploy:
docker: docker:
...@@ -153,8 +153,10 @@ jobs: ...@@ -153,8 +153,10 @@ jobs:
command: ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js command: ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js
background: true background: true
- run: ./apps/remix-ide/ci/browser_tests_run_deploy.sh - run: ./apps/remix-ide/ci/browser_tests_run_deploy.sh
- store_test_results:
path: ./apps/remix-ide-e2e/src/reports/tests
- store_artifacts: - store_artifacts:
path: ./apps/remix-ide/reports/screenshots path: ./apps/remix-ide-e2e/src/reports/screenshots
deploy-remix-live: deploy-remix-live:
...@@ -186,8 +188,6 @@ jobs: ...@@ -186,8 +188,6 @@ jobs:
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then
./apps/remix-ide/ci/deploy_from_travis_remix-live.sh; ./apps/remix-ide/ci/deploy_from_travis_remix-live.sh;
fi fi
- store_artifacts:
path: ./apps/remix-ide/reports/screenshots
publish: publish:
docker: docker:
...@@ -244,8 +244,6 @@ jobs: ...@@ -244,8 +244,6 @@ jobs:
if [ "${CIRCLE_BRANCH}" == "master" ]; then if [ "${CIRCLE_BRANCH}" == "master" ]; then
./apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh; ./apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh;
fi fi
- store_artifacts:
path: ./apps/remix-ide/reports/screenshots
workflows: workflows:
version: 2 version: 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment