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

``` "cypress:html": "marge cypress/report/cypress-report.json --reportDir ./ --inline" ``` In windows the `cypress-report.html` file is saved in `/cypress/report` In Linux the `cypress-report.html` is saved in `/` (the root)

I generate my test report in github action CI and then publish them to github pages. Is there any way to insert commit link to the report page? We need...

Reporter still not generating in a single file after sending inline as true reporter options : "inline":true "html":false still reporter generating asserts folder and when sending an email with the...

### Steps Using GitBash 1. `git clone https://github.com/adamgruber/mochawesome-report-generator.git` 2. `npm install -g mochawesome-report-generator` (ver 5.2.0) 3. `cd mochawesome-report-generator` 4. `marge test/sample-data/test.json -o test/report` ### Expected ✓ Reports saved: ...\mochawesome-report-generator\test\report\test.html ###...

Add capability to take screenshots on test pass or fail based on config.

It would be nice to be able to export the report into PDF. I am thinking of integrating this with a Slack bot which will run tests, and export the...

enhancement
help wanted

if for e.g. the test failed and I end up comparing an empty json against an expected json with 1000 records, chai already returned the assertion error, but mochawesome takes...

Thanks for your work, this helps me a lot in e2e-testing. My question is: I want to get data from a file (json or text) and add it to the...

If mocha is executed with the --parallel flag, the generated mochawesome.json can't be used to generated an html report. ``` marge mochawesome-report/mochawesome.json ✘ Some files could not be processed: mochawesome-report/mochawesome.json...

I am unable to view the steps in generated HTML report. Can someone suggest what I am missing? `"mocha-multi": "^1.1.3", "codeceptjs": "^3.0.0-beta.2", "mochawesome": "^6.1.1" ` Report config `mocha: { "reporterOptions":...