1.7.0 • Published 6 days ago

@estruyf/github-actions-reporter v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

GitHub Actions Reporter for Playwright

This action reports test results from Playwright to GitHub summaries.

Installation

Install from npm:

npm install @estruyf/github-actions-reporter

Usage

You can configure the reporter by adding it to the playwright.config.js file:

import { defineConfig } from '@playwright/test';

export default defineConfig({
  reporter: [
    ['list'],
    ['@estruyf/github-actions-reporter']
  ],
});

More information on how to use reporters can be found in the Playwright documentation.

Configuration

The reporter supports the following configuration options:

OptionDescriptionDefault
titleTitle of the report. Use an empty string ("") to remove the heading.Test results
useDetailsUse details in summary which creates expandable contentfalse
showAnnotationsShow annotations from teststrue
showTagsShow tags from teststrue
showErrorShow error message in summaryfalse
quietDo not show any output in the consolefalse

To use these option, you can update the reporter configuration:

import { defineConfig } from '@playwright/test';

export default defineConfig({
  reporter: [
    ['@estruyf/github-actions-reporter', {
      title: 'My custom title',
      useDetails: true,
      showError: true
    }]
  ],
});

Example without details

Example without details

Example with details

Example with details

Visitors

1.7.0

6 days ago

1.6.0

2 months ago

1.6.0-beta.8230051

2 months ago

1.5.1-beta.8209184

2 months ago

1.5.1-beta.8206408

2 months ago

1.5.1-beta.8205947

2 months ago

1.5.1

2 months ago

1.5.1-beta.8140743

2 months ago

1.5.1-beta.8108468

2 months ago

1.5.0

3 months ago

1.5.0-beta.7972167

3 months ago

1.4.0

3 months ago

1.4.0-beta.7712539

3 months ago

1.3.0-beta.7712470

3 months ago

1.3.0

8 months ago

1.3.0-beta.6159832

8 months ago

1.2.0

9 months ago

1.2.0-beta.5976868

9 months ago

1.1.0

9 months ago

1.1.0-beta.5903256

9 months ago

1.1.0-beta.5902635

9 months ago

1.1.0-beta.5902595

9 months ago

1.0.0

9 months ago

1.0.0-beta.5891670

9 months ago

0.0.1-beta.5891620

9 months ago

0.0.1-beta.5891590

9 months ago