0.0.3 • Published 3 years ago

experimental-allure-playwright v0.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

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
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago