playwright-vscode
playwright-vscode copied to clipboard
Extension doesn't work with projects that don't install node modules in the root folder
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/