@sakamoto66/playwright-summary-reporter
v0.1.3
Published
Playwright-summary-reporter is a GitHub repository for generating and reporting summaries of Playwright test results.
Downloads
209
Maintainers
Readme
Playwright-Summary-Reporter
The Playwright-Summary-reporter is designed to generate and report summaries of Playwright test results.
All 20 ✅ 8 ❌ 6 ⚠ 2 ⏭ 4 ⏱ 0m 14s
Usage
- Install the playwright-summary-reporter library:
npm i -D @sakamoto66/playwright-summary-reporter
- 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.