0.0.5-beta • Published 2 years ago

repertoire-reporter v0.0.5-beta

Weekly downloads
-
License
GNU
Repository
-
Last release
2 years ago

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-reporter

In 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

2 years ago

0.0.4-beta

2 years ago

0.0.3-beta

2 years ago

0.0.2-beta

2 years ago

0.0.1-beta

2 years ago

0.0.1-alpha

2 years ago