Skip to content

Commit

Permalink
- updates config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebazhanov committed Mar 25, 2020
1 parent 49e40a2 commit 5acf468
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
- run: npx cypress run
# - run: npx mochawesome-report-generator -o cypress/results mochawesome.json
- store_artifacts:
path: cypress/videos
- store_artifacts:
path: cypress/screenshots
- store_test_results:
path: cypress/results
destination: results
# - store_artifacts: 'cypress/results'
#- store_test_results: 'cypress/results'

0 comments on commit 5acf468

Please sign in to comment.