This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

playwright-report-grid

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i playwright-report-grid

Weekly Downloads

85

Version

1.0.3

License

none

Unpacked Size

495 kB

Total Files

9

Last publish

Collaborators

  • cenfun