@nx/cypress
Version:
11 lines • 436 B
TypeScript
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