@nx/cypress
Version:
11 lines (10 loc) • 394 B
TypeScript
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>;