UNPKG

@o3r/testing

Version:

The module provides testing (e2e, unit test) utilities to help you build your own E2E pipeline integrating visual testing.

10 lines 383 B
import type { SchematicOptionObject } from '@o3r/schematics'; export interface NgGeneratePlaywrightScenarioSchematicsSchema extends SchematicOptionObject { /** Project name */ projectName?: string | undefined; /** Page name */ name: string; /** Directory containing the playwright scenarios */ path?: string | undefined; } //# sourceMappingURL=schema.d.ts.map