UNPKG

@nx/playwright

Version:

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

7 lines 301 B
import { type ExecutorContext } from '@nx/devkit'; import type { Schema } from './schema'; export declare function mergeReportsExecutor(options: Schema, context: ExecutorContext): Promise<{ success: boolean; }>; export default mergeReportsExecutor; //# sourceMappingURL=merge-reports.impl.d.ts.map