Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 932 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 932 Bytes

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