1.0.0 • Published 4 years ago
allure-pw-reporter v1.0.0
allure-playwright
This project implements Allure integration with Playwright Test framework.
Installation
npm i -D @playwright/test allure-playwrightor via yarn:
yarn add @playwright/test allure-playwright --devUsage
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-playwrightSpecify location for allure results:
Mac / Linux
ALLURE_RESULTS_DIR=my-allure-results npx playwright test --reporter=line,allure-playwrightWindows
set ALLURE_RESULTS_DIR=my-allure-results
npx playwright test --reporter=line,allure-playwright1.0.0
4 years ago