logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Dotnet Test - Execute .NET Tests | Online Free DevTools by Hexmos

Execute .NET tests quickly with Dotnet Test. Filter test execution based on names and properties for targeted results. Free online tool, no registration required.

dotnet-test

Execute tests for a .NET application. Note: View https://learn.microsoft.com/en-us/dotnet/core/testing/selective-unit-tests for supported filter expressions. More information: https://learn.microsoft.com/dotnet/core/tools/dotnet-test.

  • Execute tests for a .NET project/solution in the current directory:

dotnet test

  • Execute tests for a .NET project/solution in a specific location:

dotnet test {{path/to/project_or_solution}}

  • Execute tests matching the given filter expression:

dotnet test --filter {{Name~TestMethod1}}

See Also