-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking change in mochawesome-merge affects cypress test step #352
Comments
@patleeman thanks for reporting this. We are actively working on solving this. |
Thanks for the update @patleeman , an update has been provided in #115 , fix is pending release. |
Closing. Please reopen if it is not fixed. |
@patleeman I guess they dropped the |
@afsaneGhafouri Yeah, they removed it in this commit |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
** Please describe which feature you have a question about? **
E2E testing with Cypress.
Link to guide provided by Amplify Team
** Provide additional details**
Error received when attempting to merge mocha reports generated by Cypress.
In the guide linked above the command
npx mochawesome-merge --reportDir cypress/report/mochawesome-report/mochawesome*.json > cypress/report/mochawesome.json
doesn't work after a breaking change to mochawesome-merge.The fix is to omit
--reportDir
or to pin the version of mochawesome-merge to 3.0.0.Possibly related to:
#347
The text was updated successfully, but these errors were encountered: