LironEr

Results 59 comments of LironEr

Just released a new version of `cypress-mochawesome-reporter` ([v3.7.0](https://github.com/LironEr/cypress-mochawesome-reporter/releases/tag/v3.7.0)) and I updated the [setup guide](https://github.com/LironEr/cypress-mochawesome-reporter/tree/master/examples/cypress-parallel). ``` npx generate-mochawesome-report --set-exit-code ``` Will set the exit code to the number of failed tests.

@cquiroz I migrated the first project (61a698e5de59ab000954f941), but the second is already linked to `lucuma-catalog` repo

I'm not familiar with `cypress-cucumber-preprocessor`, but if you provide a repo with the issue I can try to have a look

Hey everyone, sorry for the very late response. Thank you @KiranmaiLL for providing the demo repo, I tried to find a solution for this issue, but the problem is with...

Yeah we cant customize the current HTML report without doing something hacky. I started to work on a fork of mochawesome, because over the years I saw some more enhancements...

The problem is that the plugin [overrides](https://github.com/uktrade/cypress-image-diff/blob/f68305ea91b4391728fd48e6b2b28312573e611f/src/plugin.js#L227) the `after:run` hook, which the reporter needs. You need to find a way to call the plugin and the reporter `after:run` hook. ```js...