0.1.3 • Published 11 months ago

@sakamoto66/playwright-summary-reporter v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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

OptionRequiredDescription
outputFileOptionalOutputs 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.

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago