All Projects → cypress-io → cypress-example-reporters

cypress-io / cypress-example-reporters

Licence: other
[ARCHIVED] Example showing multiple test reports merged into a single Mochawesome report

Programming Languages

javascript
184084 projects - #8 most used programming language

cypress-example-reporters renovate-app badge CircleCI

Example showing multiple test reports merged into a single Mochawesome report

Read Cypress Reporters Guide

CI

The tests are executed on CircleCI, see configuration file circle.yml. One job generates Mochawesome report, while the second one stores JUnit test results. Both jobs store automatic screenshots and videos.

Mochawesome

On each CI run, the generated Mochawesome report is stored as a test artifact

test artifact

The report is a static site

test report

JUnit

JUnit test results are generated using NPM script test:junit and are stored on Circle.

JUnit pass

When a test fails, the error message and stack trace is shown in the test results

JUnit fail

Screenshots and videos stored as test artifacts can help debug the failures

Test artifacts

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].