playwright
playwright copied to clipboard
[Feature]: Enable all projects by default in VS Code
🚀 Feature Request
[VSCode Plugin] Always show the test run options for all test files regardless of whether they are checked under the Projects
setting.
Example
I was baffled as to why some test files showed run and debug options, while others did not. I blew away my local repo and the plugin files before I realized I did not have all the projects checked under the plugin Playwright > Projects
option on the left hand side of the screen.
Motivation
I find it very confusing that Playwright does not always recognize a test file as a test file, but only recognizes it when the applicable project is checked under the plugin. As long as the file follows the naming convention and contains a test
section, run and debug options should display.