7.0.0 • Published 3 months ago

@nx-extend/playwright v7.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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

@nx-extend/playwright

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>"
          }
        ]
      }
    }
  }
}
7.0.0

3 months ago

6.0.1

5 months ago

5.0.0

9 months ago

4.1.1

9 months ago

6.0.0

6 months ago

4.1.0

11 months ago

4.0.0

11 months ago

1.2.0

1 year ago

1.2.1

1 year ago

1.1.1

1 year ago

1.1.0

2 years ago

1.0.0

2 years ago