# cypress-example-reporters **Repository Path**: mirrors_cypress-io/cypress-example-reporters ## Basic Information - **Project Name**: cypress-example-reporters - **Description**: [ARCHIVED] Example showing multiple test reports merged into a single Mochawesome report - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cypress-example-reporters [![renovate-app badge][renovate-badge]][renovate-app] [![CircleCI](https://circleci.com/gh/cypress-io/cypress-example-reporters/tree/master.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress-example-reporters/tree/master) > Example showing multiple test reports merged into a single Mochawesome report Read [Cypress Reporters Guide](https://on.cypress.io/reporters) ## CI The tests are executed on [CircleCI](https://circleci.com/gh/cypress-io/cypress-example-reporters), see configuration file [circle.yml](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](images/ci-view.png) The report is a static site ![test report](images/report.png) ## JUnit JUnit test results are generated using NPM script `test:junit` and are stored on Circle. ![JUnit pass](images/junit-pass.png) When a test fails, the error message and stack trace is shown in the test results ![JUnit fail](images/junit-fail.png) Screenshots and videos stored as test artifacts can help debug the failures ![Test artifacts](images/test-artifacts.png) [renovate-badge]: https://img.shields.io/badge/renovate-app-blue.svg [renovate-app]: https://renovateapp.com/