Skip to content

Experimental Yarn PNP support

Max Schmitt edited this page Jun 27, 2023 · 2 revisions

Set the following setting:

{
    "playwright.env": {
        "NODE_OPTIONS": "-r ./.pnp.cjs"
    }
}

inside your VSCode settings.

Clone this wiki locally