UNPKG

@o3r/testing

Version:

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

9 lines 401 B
import { Rule } from '@angular-devkit/schematics'; import { type DependencyToAdd, NgAddPackageOptions } from '@o3r/schematics'; /** * Add Playwright to Otter application * @param options @see RuleFactory.options * @param dependencies */ export declare function updatePlaywright(options: NgAddPackageOptions, dependencies: Record<string, DependencyToAdd>): Rule; //# sourceMappingURL=index.d.ts.map