formulahendry / vscode-dotnet-test-explorer

.NET Core Test Explorer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet-test-explorer
MIT License
202 stars 95 forks source link

[Feature Request] Codelens item to run test multiple times #359

Open lonix1 opened 2 years ago

lonix1 commented 2 years ago

This is what a method's CodeLens looks like:

[Fact]
23 references | Run Test | Debug Test      <------------
public void TestFoo() {

It would be nice to have another codelens item: Run Test 100x. Then we could stress test to discover concurrency problems.

That could be opt-in via config, by default disabled: "dotnet-test-explorer.showMultipleRunTest": false.