Relative Content

Tag Archive for testingautomated-testsvscode-extensions

How to discover files for vscode’s Test Explorer

I am trying to create an extension to run our UI tests from vscode using the built in Test Explorer. I am having trouble understanding the documentation on how to tell vscode what file is a test, and what folder to look into for tests.