-
Notifications
You must be signed in to change notification settings - Fork 113
Description
Context:
- Extra: VSCode Extension v.0.2.6
Describe the bug
The following chapter has missing information:
https://playwright.dev/docs/getting-started-vscode#running-tests
In case we have several projects that cover several parts of the whole project, there is an option to get the following warning message:
In this case - the test/s will not be performed.
In our automation project - we have several projects that cover different sub-folders of the tests folder:
We need to provide the information for the extension - which of the project is the default, and only the tests in the chosen project will be performed. It is possible to choose all of them or the particular one:
The question is the following:
Is it by design? Correct behavior that is just not documented as well? Or maybe a bug?




