UNPKG

@nx/cypress

Version:

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

12 lines 527 B
/** * @deprecated use the `getInstalledCypressMajorVersion` exported from * `@nx/cypress/src/utils/versions` instead. It will be removed in v22. */ export declare function installedCypressVersion(): number; /** * will not throw if cypress is not installed * @deprecated use the `assertMinimumCypressVersion` exported from * `@nx/cypress/src/utils/versions` instead. It will be removed in v22. */ export declare function assertMinimumCypressVersion(minVersion: number): void; //# sourceMappingURL=cypress-version.d.ts.map