2022-07-05 09:11:44 +01:00

11 lines
260 B
TypeScript

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