UNPKG

482 BTypeScriptView Raw
1import { ProjectConfiguration, Tree } from '@nrwl/devkit';
2import { NormalizedSchema } from '../schema';
3/**
4 * Updates the videos and screenshots folders in the cypress.json/cypress.config.ts if it exists (i.e. we're moving an e2e project)
5 *
6 * (assume relative paths have been updated previously)
7 *
8 * @param schema The options provided to the schematic
9 */
10export declare function updateCypressConfig(tree: Tree, schema: NormalizedSchema, project: ProjectConfiguration): Tree;