You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@nx-extend/playwright

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx-extend/playwright

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

11.0.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

[!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>"
          }
        ]
      }
    }
  }
}

Keywords

nx

FAQs

Package last updated on 17 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts