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 (6 loc) 253 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;