@bigbinary/neeto-playwright-reporter
v1.6.4
Published
The custom playwright reporter for neeto-playwright-dashboard.
Downloads
2,569
Readme
neeto-playwright-reporter
The custom playwright reporter for neeto-playwright-dashboard.
Installation Instructions
Install from npm:
yarn add "@bigbinary/neeto-playwright-reporter@latest"
Usage
You can import the reporter from @bigbinary/neeto-playwright-reporter
and use
it in the Playwright configuration.
import { defineConfig } from "@playwright/test";
export default defineConfig({
reporter: "@bigbinary/neeto-playwright-reporter",
});