export interface ComponentCypressSpecGeneratorOptions { projectName: string; projectPath: string; componentName: string; componentPath: string; componentFileName: string; cypressProject?: string; specDirectory?: string; skipFormat?: boolean; }