Skip to content

Sample project created using create-react-app to demonstrate how to extract code coverage report while running end-to-end tests with Cypress.

License

Notifications You must be signed in to change notification settings

jonathan-4iTester/live-tat-code-cov

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live TAT Code Coverage

Test status

Sample project created using create-react-app to demonstrate how to extract code coverage report while running end-to-end tests with Cypress.

Installation

Run yarn to install the project and dev dependencies.

Starting the app

Run yarn start to start the app in development mode.

Tests

Run yarn e2e to run the tests in headless mode.

Note: This command already automatically starts the app, runs the tests, and shuts the app down.

Note 2: Alternatively, you can run yarn start in one terminal, and yarn cy:open in another, to run the tests in interactive mode.

Code coverage

Run yarn coverage to generate and open the HTML code coverage report.


Made with 💚 by Walmyr Filho.

About

Sample project created using create-react-app to demonstrate how to extract code coverage report while running end-to-end tests with Cypress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.7%
  • HTML 30.5%
  • CSS 5.8%