Open
Description
🚀 Feature Request
I have a project featuring different Playwright configurations for React Component Tests and E2E tests.
I could not find a way to enable all of our Playwright configurations using .vscode/settings.json
.
Right now every developer needs to manually
- Go to the Testing View
- click on the gear icon in the Playwright panel
- enable all Playright configurations of the project in the "Toggle Playwright Configs"
Here is a video showing the manual steps needed : https://www.youtube.com/watch?v=cYHyOF5j5K8
It would be nice if there would be an extension setting to preconfigure this option using a project dependent .vscode/settings.json
file.
Cheers,
Lars
Example
No response
Motivation
The described option would enable developers to automatically enable running/debugging all tests - even when multiple Playwright configurations exist in the project.