Commit 0d929dcf authored by ioedeveloper's avatar ioedeveloper

store test results

parent b4544eb7
...@@ -34,7 +34,7 @@ jobs: ...@@ -34,7 +34,7 @@ jobs:
background: true background: true
- run: ./ci/browser_tests_chrome.sh - run: ./ci/browser_tests_chrome.sh
- store_test_results: - store_test_results:
path: ./reports/test_results path: test_results
- store_artifacts: - store_artifacts:
path: ./reports/screenshots path: ./reports/screenshots
...@@ -74,7 +74,7 @@ jobs: ...@@ -74,7 +74,7 @@ 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: ./ci/browser_tests_firefox.sh - run: ./ci/browser_tests_firefox.sh
- store_test_results: - store_test_results:
path: ./reports/test_results path: test_results
- store_artifacts: - store_artifacts:
path: ./reports/screenshots path: ./reports/screenshots
......
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