UNPKG

@nx/playwright

Version:

The Nx Plugin for Playwright contains executors and generators allowing your workspace to use the powerful Playwright integration testing capabilities.

4 lines (3 loc) 235 B
import type { PlaywrightTestConfig } from '@playwright/test'; export type ReporterOutput = [reporter: string, output?: string]; export declare function getReporterOutputs(playwrightConfig: PlaywrightTestConfig): Array<ReporterOutput>;