🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@sakamoto66/playwright-summary-reporter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sakamoto66/playwright-summary-reporter

Playwright-summary-reporter is a GitHub repository for generating and reporting summaries of Playwright test results.

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

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

  • 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

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.

Keywords

playwright

FAQs

Package last updated on 20 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts