mochawesome-report-generator icon indicating copy to clipboard operation
mochawesome-report-generator copied to clipboard

Standalone mochawesome report generator. Just add test data.

Results 73 mochawesome-report-generator issues
Sort by recently updated
recently updated
newest added

It is a quite unclear how to correctly pass showPassed=false. After digging I found this in a gitter conversation: ![image](https://user-images.githubusercontent.com/2730609/94704105-6aae0f80-02f4-11eb-8dc5-74c818c16e2f.png) > FYI, I got it to work by using --no-showPassed...

bug

Will be useful to be able to add a context directly to a spec instead of each test case. This functionality will help with Cypress videos, where a video covers...

I would like to see a option to display the generated videos and screenshots in the mocha result. Any chances of this being developed?

**What are you trying to achieve?** Suppose I am running three test case in parallel mode(i.e. codeceptjs run-multiple parallel) so three report gets generated each have details on one test...

Iam using cypress and i need to have browser information in reporter(html file). **Is your feature request related to a problem? Please describe.** Not quite a bug but it would...

win10, mocha versions: Line 260: +-- [email protected] Line 277: +-- [email protected] Line 285: | +-- [email protected] deduped Line 289: +-- [email protected] Line 347: `-- [email protected] command: npx mochawesome-report-generator mochawesome.json ![image](https://user-images.githubusercontent.com/39080899/54325328-99926100-463c-11e9-9489-48c523a61df5.png)...

How can I save html report to a specific location? For example ./results/html-report Analogically assets dir should land in ./results/html-report next to result.html but the generator is always putting additional...

Hi there, first of all great job on this project, really useful for my team. I have it set up to generate a single html report from multiple json files...

Hey guy, thanks for the great work of `mochawesome-report-generator`. I noticed that in `getFilename` function, it returns with `path.resolve(process.cwd(), reportDir, filename)`. I've made this PR to add a `rootDir` option...

It would be nice to have a script injected with a predefined auto-refresh interval if the report is used as a continuous functional monitoring dashboard.

enhancement