UNPKG

@nx/cypress

Version:

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

15 lines 1.03 kB
import { type Tree } from '@nx/devkit'; export declare const nxVersion: any; export declare const eslintPluginCypressVersion = "^3.5.0"; export declare const typesNodeVersion = "20.19.9"; export declare const cypressViteDevServerVersion = "^7.0.1"; export declare const cypressVersion = "^15.6.0"; export declare const cypressWebpackVersion = "^5.1.4"; export declare const viteVersion = "^6.0.0"; export declare const htmlWebpackPluginVersion = "^5.5.0"; export type CypressVersions = Record<keyof Omit<typeof import('./versions'), 'nxVersion' | 'versions' | 'getInstalledCypressVersion' | 'getInstalledCypressMajorVersion' | 'assertMinimumCypressVersion'>, string>; export declare function versions(tree: Tree): CypressVersions; export declare function getInstalledCypressVersion(tree?: Tree): string | null; export declare function getInstalledCypressMajorVersion(tree?: Tree): number | null; export declare function assertMinimumCypressVersion(minVersion: number, tree?: Tree): void; //# sourceMappingURL=versions.d.ts.map