-
Notifications
You must be signed in to change notification settings - Fork 125
There is not enough documentation on how to generate and combine reports with multireporters #168
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
Comments
Hi, I am using cypress-parallel for parallel execution with cypress-cucumber-preprocessor and multiple-cucumber-html-report. I am able to generate cucumber report after each execution and finally multiple-cucumber-html-report plugin will combine the JSON reports and create an index.html file. |
@peacetrader Please can kindly share your set up code snippet on how you implemented this. because i am struggling to this to work. i have below in my package.json `
}` and i have this in my cypress.config.ts file `async setupNodeEvents(on, config) {
},` |
I have followed all the script command in doc to override and use my own 'reporter' but it is still using the 'cypress-multi-reporter' and the configFile.
|
This seems like a very good plugin, however, the documentation is barely there if I am being honest. After you do the configuration and run the specs parallel what do we do with the reports. What do we need to do if we already have a reporter? Do we need to use cypress-multi-reporters, or do I need to use mochawesome marge or something else? I understand you've done some good work but without us being able to use how you expect people to use it. I asked a couple more devs and they were saying the same. We don't expect dev-level documentation for a qa library but I need to be sherlock holmes to figure this out. Very frustrated. Please do document and explain how your plugin can be used with other plugins if your plugin requires direct dependency on others(reporters in this example) @tnicola
The text was updated successfully, but these errors were encountered: