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 469 B
import { TransformOptions } from 'esbuild'; /** * Switch to the needed implementation of core testing, when running e2e tests * transforms ESM into CJS when needed * @param frameworkName Name of the framework used for e2e testing (playwright|protractor) * @param customTransformOptions */ export declare function adjustPath(frameworkName: 'playwright' | 'protractor', customTransformOptions?: TransformOptions): void; //# sourceMappingURL=path-replacement.d.ts.map