JSPM

@nx/playwright

17.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 403360
  • Score
    100M100P100Q161750F
  • License MIT

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

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/init/schema.json
  • @nx/playwright/package.json
  • @nx/playwright/preset

Readme

Nx - Smart, Fast and Extensible Build System

CircleCI License NPM Version Semantic Release Commitizen friendly Join the chat at https://gitter.im/nrwl-nx/community Join us on the Official Nx Discord Server


Nx: Smart, Fast and Extensible Build System

Nx is a next generation build system with first class monorepo support and powerful integrations.

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

Documentation & Resources

Nx - Smart, Fast and Extensible Build System