Closed brnquester closed 2 years ago
The issue has been resolved. In my case, there was a conflict between @mochawesome-report-generator and @cypress-mochawesome-reporter configuration. I had the hooks for cypress-mochawesome-reporter
defined as this example; however, I was calling in my cypress.json
the parameter "reporter": "mochawesome"
.
After the latest upgrade the snapshots stopped showing up on the report and now shows a code on its place as below:
Packages used:
Commands to generate the report
Reporter configs
Note: The actual snapshot files are created just fine, I was able to open them in the preset folder.
Expected result
The snapshot showing inline inside the final report. It was working fine in the previous version used.
Actual result
Shows a JSON like code on the snapshot place.