@nx/cypress
Version:
4 lines (3 loc) • 449 B
TypeScript
export declare const CYPRESS_EXECUTOR_DEPRECATION_MESSAGE = "The `@nx/cypress:cypress` executor is deprecated and will be removed in Nx v24. Run `nx g @nx/cypress:convert-to-inferred` to migrate to the `@nx/cypress/plugin` inferred targets. See https://nx.dev/docs/guides/tasks--caching/convert-to-inferred for details.";
export declare function warnCypressExecutorDeprecation(): void;
export declare function warnCypressExecutorGenerating(): void;