UNPKG

@o3r/testing

Version:

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

8 lines 340 B
import type { NgAddOptions, SchematicOptionObject } from '@o3r/schematics'; export interface NgAddSchematicsSchema extends NgAddOptions, SchematicOptionObject { /** Testing framework */ testingFramework?: 'jest' | 'vitest' | 'other'; /** Enable playwright */ enablePlaywright: boolean; } //# sourceMappingURL=schema.d.ts.map