UNPKG

@nx/playwright

Version:

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

16 lines (15 loc) 555 B
{ "executors": { "playwright": { "implementation": "./src/executors/playwright/playwright.impl", "schema": "./src/executors/playwright/schema.json", "description": "Run Playwright tests." }, "merge-reports": { "implementation": "./src/executors/merge-reports/merge-reports.impl", "schema": "./src/executors/merge-reports/schema.json", "description": "Merge Playwright blob reports to produce unified reports for the configured reporters (excluding the `blob` reporter).", "hidden": true } } }