UNPKG

@ngx-playwright/test

Version:
20 lines (16 loc) 528 B
export * from "@playwright/test"; export * from "@ngx-playwright/harness"; export { PlaywrightHarnessEnvironment, createEnvironment, } from "./harness/index.js"; export {mixinFixtures, test} from "./fixtures.js"; export {createTest, mixinScreenFixtures} from "./factory.js"; export type { NgxPlaywrightTestArgs, NgxPlaywrightTestOptions, NgxPlaywrightTestWorkerArgs, PlaywrightTestConfig, } from "./args.js"; export type {NgxPlaywrightScreenTestArgs} from "./args.js"; export type {PlaywrightScreen} from "./types.js";