Package Exports
- @nx/playwright
- @nx/playwright/executors.json
- @nx/playwright/executors/playwright/schema.json
- @nx/playwright/generators.json
- @nx/playwright/generators/configuration/schema.json
- @nx/playwright/generators/convert-to-inferred/schema.json
- @nx/playwright/generators/init/schema.json
- @nx/playwright/migrations.json
- @nx/playwright/package.json
- @nx/playwright/plugin
- @nx/playwright/preset
Readme
Nx: Smart Monorepos · Fast CI
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Getting Started
Creating an Nx Workspace
Using npx
npx create-nx-workspace
Using npm init
npm init nx-workspace
Using yarn create
yarn create nx-workspace
Adding Nx to an Existing Repository
Run:
npx nx@latest init