playwright-vscode icon indicating copy to clipboard operation
playwright-vscode copied to clipboard

Extension doesn't work with projects that don't install node modules in the root folder

Open remusa opened this issue 3 years ago • 2 comments

The extension doesn't detect Playwright and tests if dependencies aren't installed in the root folder.

For a bit of background, I'm using Elixir/Phoenix in a project and node dependencies typically go into the assets/ folder.

I didn't find an option to change the installation folder, but maybe I missed something.

Installation — Phoenix v1.5.13

/ assets/ node_modules/ package.json other_elixir_or_phoenix_folders/

remusa avatar Mar 02 '22 05:03 remusa