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 5acf468 commit 6480014
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
paths:
- ~/.cache ## cache both yarn and Cypress!
- run: npx cypress run
# - run: npx mochawesome-report-generator -o cypress/results mochawesome.json
- run: npx mochawesome-report-generator cypress/results/
- with: always
- store_artifacts:
path: cypress/videos
- store_artifacts:
path: cypress/screenshots
- store_test_results:
path: cypress/results
# - store_artifacts: 'cypress/results'
#- store_test_results: 'cypress/results'
3 changes: 2 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"baseUrl": "https://ebazhanov.netlify.com/",
"reporter": "mochawesome",
"reporterOptions": {
"reporterOptions":{
"reportDir": "cypress/results",
"overwrite": false,
"html": false,
"json": true
Expand Down

0 comments on commit 6480014

Please sign in to comment.