Skip to content

mr-anton-t/playwright-testquality-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright Report for Testquality.com

GitHub last commit GitHub License Visits Badg

It can be convenient to publish test results when running regression.

Version

Demo - not stable version

Installation

Run the following commands:

npm

npm mr-anton-t/playwright-testquality-report

yarn

yarn add mr-anton-t/playwright-testquality-report

Configuration

Modify your playwright.config.ts file to include the reporter:

  reporter: [
    ['@mr-anton-t/playwright-report', { configFile: 'configFile.json' }]],
    ['html'], // other reporters
    ['dot']
  ]

Default Output

@todo

Customizing

@todo

About

playwright reporting for testquality.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published