You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure, what am I missing as everything seems okay and as per the documentation.
Really appreciate your help in leading me to the incorrect configuration if any / provide necessary inputs.
Thanks for your help in advance.
The text was updated successfully, but these errors were encountered:
Here's my config
"mochawesome": "^7.1.3"
"mochawesome-merge": "^4.3.0"
"mochawesome-report-generator": "^6.2.0"
cypress.config.ts has:
"reporterOptions": {
"reporterEnabled": "mochawesome",
"files": ["./mochawesome-report/*.json"],
"quiet:": true,
"overwrite": false,
"html": false,
"json": true,
"timestamp": "mmddyyyy_HHMMss"
}
My Script command looks like:
"merge-reports": "mochawesome-merge cypress/reports/*.json > cypress/reports/mochareports/report.json",
"generate-report": "marge cypress/reports/mochareports/report.json -f report -o cypress/reports/mochareports"
I am not sure, what am I missing as everything seems okay and as per the documentation.
Really appreciate your help in leading me to the incorrect configuration if any / provide necessary inputs.
Thanks for your help in advance.
The text was updated successfully, but these errors were encountered: