UNPKG

@nx/cypress

Version:

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

5 lines 407 B
export { configurationGenerator } from './src/generators/configuration/configuration'; export { componentConfigurationGenerator } from './src/generators/component-configuration/component-configuration'; export { cypressInitGenerator } from './src/generators/init/init'; export { migrateCypressProject } from './src/generators/migrate-to-cypress-11/migrate-to-cypress-11'; //# sourceMappingURL=index.d.ts.map