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) 192 B
export declare function installedCypressVersion(): number; /** * will not throw if cypress is not installed */ export declare function assertMinimumCypressVersion(minVersion: number): void;