Run single unit test in VS Code IDE

Is there are an option to run single test from VS Code IDE? I know this can be done via cmd and test filters, but is there one-click way to do it from IDE?

Could you provide a screenshot from the VSCode? It should contain the UI to run a single test.

Organise your tests into folders (as you have done) and then right-click on the folder and choose “Run Tests”

1 Like