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, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
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