UNPKG

@nx/playwright

Version:

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

10 lines (9 loc) 224 B
{ "executors": { "playwright": { "implementation": "./src/executors/playwright/playwright.impl", "schema": "./src/executors/playwright/schema.json", "description": "Run Playwright tests." } } }