UNPKG

@nx/playwright

Version:

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

8 lines 332 B
import { type CreateNodesV2 } from '@nx/devkit'; export interface PlaywrightPluginOptions { targetName?: string; ciTargetName?: string; } export declare const createNodes: CreateNodesV2<PlaywrightPluginOptions>; export declare const createNodesV2: CreateNodesV2<PlaywrightPluginOptions>; //# sourceMappingURL=plugin.d.ts.map