UNPKG

@nx/playwright

Version:

The Nx Plugin for Playwright contains executors and generators allowing your workspace to use the powerful Playwright integration testing capabilities.

4 lines 290 B
export { playwrightExecutor, PlaywrightExecutorSchema, } from './src/executors/playwright/playwright.impl'; export { initGenerator } from './src/generators/init/init'; export { configurationGenerator } from './src/generators/configuration/configuration'; //# sourceMappingURL=index.d.ts.map