1.0.3 • Published 2 years ago

playwright-report-grid v1.0.3

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

playwright-report-grid

A grid style report for playwright

Install

npm i playwright-report-grid

Playwright 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