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 (13 loc) 275 B
export interface CypressComponentConfigurationSchema { project: string; skipFormat: boolean; directory?: string; bundler?: 'webpack' | 'vite'; jsx?: boolean; addPlugin?: boolean; /** * @internal */ addExplicitTargets?: boolean; framework?: 'next'; }