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 (7 loc) 290 B
import { type CreateNodes } from '@nx/devkit'; export interface PlaywrightPluginOptions { targetName?: string; ciTargetName?: string; } export declare const createNodes: CreateNodes<PlaywrightPluginOptions>; export declare const createNodesV2: CreateNodes<PlaywrightPluginOptions>;