Open Mohd-Faisal opened 5 years ago
Facing the same issue on my end.
As per, I checked, could be an issue in the File path name. Working on it.
Hi, I am facing the similar issue. At some time point, mochawesome reporter in HTML has no problem but the screenshots are not captured. How can you define the screenshot folder path?
Hi,
Here are my cypress config options for mocha
"reporter": "mochawesome-screenshots", "reporterOptions": { "reportTitle": "Report", "reportPageTitle": "AutomationReport", "takePassedScreenshot": false, "clearOldScreenshots": true, "uniqueScreenshotNames": true
} I am not getting screenshots for the failed test cases, but HTML report is coming properly. Its even adding screenshot file name in HTML but the screenshots folder is empty.
Can you please help me on how to solve this problem ?