Skip to content

Commit

Permalink
Fix mochawesome-merge command after breaking change in v4.0.0 (cypres…
Browse files Browse the repository at this point in the history
…s-io#345)

* Fix mochawesome-merge command after breaking change in v4.0.0

* Attempt to fix artifacts problem

* Revert "Attempt to fix artifacts problem"

This reverts commit 4c152ce.
  • Loading branch information
patleeman authored and bahmutov committed Jan 10, 2020
1 parent e6c29b6 commit 483aaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ test:
- 'npx cypress run --reporter mochawesome --reporter-options "reportDir=cypress/report/mochawesome-report,overwrite=false,html=false,json=true,timestamp=mmddyyyy_HHMMss"'
postTest:
commands:
- npx mochawesome-merge --reportDir cypress/report/mochawesome-report > cypress/report/mochawesome.json
- npx mochawesome-merge cypress/report/mochawesome-report > cypress/report/mochawesome.json

0 comments on commit 483aaa9

Please sign in to comment.