UNPKG

@nx/cypress

Version:

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

4 lines (3 loc) 153 B
import { Tree } from '@nx/devkit'; export declare function migrateCypressProject(tree: Tree): Promise<() => void>; export default migrateCypressProject;