@sakamoto66/playwright-summary-reporter

0.1.3 • Public • Published

Playwright-Summary-Reporter

License

The Playwright-Summary-reporter is designed to generate and report summaries of Playwright test results.

All 20 ✅ 8 ❌ 6 ⚠ 2 ⏭  4 ⏱  0m 14s

Usage

  1. Install the playwright-summary-reporter library:
npm i -D @sakamoto66/playwright-summary-reporter
  1. To use a reporter define it in playwright.config.ts as reporter:
  • playwright.config.ts
import { defineConfig, devices } from '@playwright/test';

export default defineConfig({
  reporter: [
    [ '@sakamoto66/playwright-summary-reporter' ]
  ],
})

Options

Option Required Description
outputFile Optional Outputs the summary of test results to a file. If omitted, it outputs to the standard output.

License

The playwright-summary-reporter project is under the MIT License. For more details, refer to the LICENSE file.

Package Sidebar

Install

npm i @sakamoto66/playwright-summary-reporter

Weekly Downloads

40

Version

0.1.3

License

MIT

Unpacked Size

6.32 kB

Total Files

4

Last publish

Collaborators

  • sakamoto66