Gathering detailed insights and metrics for mochawesome_responsive_report
Gathering detailed insights and metrics for mochawesome_responsive_report
Gathering detailed insights and metrics for mochawesome_responsive_report
Gathering detailed insights and metrics for mochawesome_responsive_report
npm install mochawesome_responsive_report
Typescript
Module System
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
A responsive and interactive HTML report viewer for Cypress Mochawesome CSV reports. This report allows users to view, filter, and interact with detailed test case results from their Cypress automation runs.
To view the Mochawesome Responsive Report, follow these steps:
Generate the Report:
First, generate the CSV report using the cypress-mochawesome-csv-united-report
package. Ensure that your Cypress JSON reports are located in the cypress/reports
folder of your project.
Install Required Packages:
Install the cypress-mochawesome-csv-united-report
package by running the following command:
1npm install cypress-mochawesome-csv-united-report
Run the Server: After generating the report, start the server to view it in your browser. Run the following command in the terminal:
1node node_modules/mochawesome_responsive_report/src/index.js
This will start a local server, and the report will be available at:
1http://localhost:3210
View the Report: Open the URL in your browser to see the HTML report, which will include the following interactive components:
To generate the customized CSV file that this report displays, use the cypress-mochawesome-csv-united-report
package. This package merges all the JSON reports created by Cypress into a single CSV file that is used to generate the HTML report.
Install cypress-mochawesome-csv-united-report
:
1npm install cypress-mochawesome-csv-united-report
1npx csv_report
cypress/reports
folder of your project.cypress-mochawesome-csv-united-report
command to merge all the reports into a single CSV file.The generated CSV file will contain the following columns:
These are the specific column headers used in the CSV report:
The generated HTML report includes several key features:
No vulnerabilities found.
No security vulnerabilities found.