UNPKG

@nx/cypress

Version:

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

11 lines 436 B
import { type CreateNodesV2 } from '@nx/devkit'; export interface CypressPluginOptions { ciTargetName?: string; targetName?: string; openTargetName?: string; componentTestingTargetName?: string; ciComponentTestingTargetName?: string; } export declare const createNodes: CreateNodesV2<CypressPluginOptions>; export declare const createNodesV2: CreateNodesV2<CypressPluginOptions>; //# sourceMappingURL=plugin.d.ts.map