UNPKG

@nrwl/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

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