Skip to content

Commit 483aaa9

Browse files
patleemanbahmutov
authored andcommitted
Fix mochawesome-merge command after breaking change in v4.0.0 (#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.
1 parent e6c29b6 commit 483aaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amplify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ test:
3333
- 'npx cypress run --reporter mochawesome --reporter-options "reportDir=cypress/report/mochawesome-report,overwrite=false,html=false,json=true,timestamp=mmddyyyy_HHMMss"'
3434
postTest:
3535
commands:
36-
- npx mochawesome-merge --reportDir cypress/report/mochawesome-report > cypress/report/mochawesome.json
36+
- npx mochawesome-merge cypress/report/mochawesome-report > cypress/report/mochawesome.json

0 commit comments

Comments
 (0)