UNPKG

@o3r/testing

Version:

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

12 lines 422 B
import { Rule } from '@angular-devkit/schematics'; import { NgAddPackageOptions } from '@o3r/schematics'; /** * List of dependencies required by playwright */ export declare const playwrightDependencies: string[]; /** * Add Playwright to Otter application * @param options {@link RuleFactory.options} */ export declare function updatePlaywright(options: NgAddPackageOptions): Rule; //# sourceMappingURL=index.d.ts.map