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