This package has been deprecated

Author message:

This package is now officially maintained by Allure. Please update your playwright.config.{ts,js} and package.json to 'allure-playwright' instead of using this NPM package.

experimental-allure-playwright
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

allure-playwright

This project implements Allure integration with Playwright Test framework.

Installation

npm i -D @playwright/test allure-playwright

or via yarn:

yarn add @playwright/test allure-playwright --dev

Usage

Either add allure-playwright into playwright.config.ts:

{
  reporter: 'allure-playwright'
}

Or pass the same value via command line:

npx playwright test --reporter=line,allure-playwright

Specify location for allure results:

Mac / Linux

ALLURE_RESULTS_DIR=my-allure-results npx playwright test --reporter=line,allure-playwright

Windows

set ALLURE_RESULTS_DIR=my-allure-results
npx playwright test --reporter=line,allure-playwright

Readme

Keywords

Package Sidebar

Install

npm i experimental-allure-playwright

Weekly Downloads

3,839

Version

0.0.3

License

Apache-2.0

Unpacked Size

22.7 kB

Total Files

6

Last publish

Collaborators

  • mxschmitt
  • pavelfeldman