@nx-extend/playwright
TypeScript icon, indicating that this package has built-in type declarations

8.0.3 • Public • Published

[!IMPORTANT]
This package is no longer maintained in favor of @nx/playwright

@nx-extend/playwright

@nx-extend/playwright NPM package

Nx plugin for adding Playwright to your app.

Setup

Install

npm install -D @nx-extend/playwright
nx g @nx-extend/playwright:init

Usage

When running nx e2e <your-project> it will directly start Playwright, if you need to build/server your app first Update your project targets to the following

{
  "targets": {
    "e2e": {
      "executor": "@nx-extend/e2e-runner:run",
      "options": {
        "runner": "playwright",
        "targets": [
          {
            "target": "<target to start your app>",
            "checkUrl": "<url the target will come online on>"
          }
        ]
      }
    }
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 8.0.3
    80
    • latest

Version History

Package Sidebar

Install

npm i @nx-extend/playwright

Weekly Downloads

2,798

Version

8.0.3

License

MIT

Unpacked Size

21.5 kB

Total Files

36

Last publish

Collaborators

  • tripss