@o3r/testing
Version:
The module provides testing (e2e, unit test) utilities to help you build your own E2E pipeline integrating visual testing.
10 lines • 378 B
TypeScript
import type { SchematicOptionObject } from '@o3r/schematics';
export interface NgGeneratePlaywrightSanitySchematicsSchema extends SchematicOptionObject {
/** Project name */
projectName?: string | undefined;
/** Page name */
name: string;
/** Directory containing the playwright sanity */
path?: string | undefined;
}
//# sourceMappingURL=schema.d.ts.map