Skip to content

This is the component testing issue faced in playwright when trying to collect code coverage for the components

Notifications You must be signed in to change notification settings

GeneratorX16/playwright-component-test-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Setup

  • cd into component-tests and run npm install
  • cd into my-react-app and run npm install

Running the component tests

  • cd into component-tests
  • run npm run test-ct (may give wrong results the first time, then run again)
  • to generate nyc output for code coverage report, run npx nyc report --reporter=text

About

This is the component testing issue faced in playwright when trying to collect code coverage for the components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published