You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
The text was updated successfully, but these errors were encountered:
Skn0tt
changed the title
[Feature]:
[Feature]: Enable all projects by default in VS Code
Dec 5, 2024
🚀 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.The text was updated successfully, but these errors were encountered: