@bigbinary/neeto-playwright-reporter
v2.2.0
Published
The custom playwright reporter for neeto-playwright-dashboard.
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",
});