UNPKG

@nx/cypress

Version:

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

7 lines 502 B
import { GeneratorCallback, ProjectGraph, Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function addPlugin(tree: Tree, graph: ProjectGraph, updatePackageScripts: boolean): Promise<void>; export declare function cypressInitGenerator(tree: Tree, options: Schema): Promise<GeneratorCallback>; export declare function cypressInitGeneratorInternal(tree: Tree, options: Schema): Promise<GeneratorCallback>; export default cypressInitGenerator; //# sourceMappingURL=init.d.ts.map