It can be convenient to publish test results when running regression.
Demo - not stable version
Run the following commands:
npm mr-anton-t/playwright-testquality-report
yarn add mr-anton-t/playwright-testquality-report
Modify your playwright.config.ts
file to include the reporter:
reporter: [
['@mr-anton-t/playwright-report', { configFile: 'configFile.json' }]],
['html'], // other reporters
['dot']
]
@todo
@todo