10.1.0 • Published 8 months ago

@nx-extend/playwright v10.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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>"
          }
        ]
      }
    }
  }
}
10.1.0

8 months ago

10.0.0

8 months ago

9.0.2

9 months ago

9.0.1

9 months ago

8.0.1

12 months ago

8.0.3

12 months ago

8.0.2

12 months ago

9.0.0

10 months ago

8.0.0

1 year ago

7.0.0

1 year ago

6.0.1

2 years ago

5.0.0

2 years ago

4.1.1

2 years ago

6.0.0

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

1.2.0

2 years ago

1.2.1

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago