UNPKG

@nx/cypress

Version:

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

6 lines (5 loc) 247 B
export * from './src/utils/versions'; export * from './src/utils/ct-helpers'; export * from './src/utils/find-target-options'; export * from './src/utils/config'; export type { CypressExecutorOptions } from './src/executors/cypress/cypress.impl';