1.0.3 • Published 3 years ago
playwright-report-grid v1.0.3
playwright-report-grid
A grid style report for playwright
Install
npm i playwright-report-gridPlaywright Multiple Reporters
// playwright.config.js
module.exports = {
reporter: [
  //['list'],
  ['playwright-report-grid', {  
    outputFile: 'playwright-report/report.html'
  }]
]
};more https://playwright.dev/docs/test-reporters
CHANGELOG
- v1.0.3 new UI