0.28.1 • Published 9 months ago

@flakiness/report v0.28.1

Weekly downloads
-
License
Fair Source 100
Repository
-
Last release
9 months ago

Flakiness Report

This folder contains the source for the @flakiness/report package. This package is published automatically when a new version of the service is deployed.

The package consists of:

  • A CLI to interact with flakiness.io service
  • A set of reporters for popular test runners to generate & upload Flakiness report. Supported test runners:
  • Typescript definition of the Flakiness Report JSON
  • Validation utilities for the Flakiness Report JSON (TBD)

Getting Started

To start using reporter with Playwright Test:

  1. Install this package:
    npm i @flakiness/report@latest
  2. Add flakiness.io to the playwright.config.ts file:

    import { defineConfig } from '@playwright/test';
    
    export default defineConfig({
      reporter: [
        ['list'],
        ['@flakiness/report/playwright-test', {
          endpoint: 'https://flakiness.io', // custom endpoint
          token: '...', // Flakiness access token
          collectBrowserVersion: true, // collect browser versions
        }]
      ],
    });
0.20.0

10 months ago

0.28.1

9 months ago

0.28.0

9 months ago

0.27.1

9 months ago

0.27.0

9 months ago

0.26.0

9 months ago

0.25.0

9 months ago

0.24.1

9 months ago

0.23.1

10 months ago

0.22.1

10 months ago

0.20.2

10 months ago

0.17.0

10 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago