UNPKG

@o3r/testing

Version:

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

7 lines 236 B
import { Rule } from '@angular-devkit/schematics'; /** * Add a Playwright scenario to an Otter project * @param options */ export declare const ngGeneratePlaywrightScenario: (options: any) => Rule; //# sourceMappingURL=index.d.ts.map