0.0.5-beta • Published 3 years ago
repertoire-reporter v0.0.5-beta
Repertoire reporter
This package is used in conjunction with Repertoire
Getting started
npm install repertoire-reporter
# or
yarn add repertoire-reporter
# or
pnpm add repertoire-reporterIn your playwright.config.ts, add the following line:
export default defineConfig({
// assuming you hosted repertoire locally
reporter: [["repertoire-reporter", { url: "http://localhost:3000" }]],
});Any tests that run with this config will send the test report to Repertoire
0.0.5-beta
3 years ago
0.0.4-beta
3 years ago
0.0.3-beta
3 years ago
0.0.2-beta
3 years ago
0.0.1-beta
3 years ago
0.0.1-alpha
3 years ago