TUnitMigrator: A .NET tool that migrates test projects from MSTest, NUnit, xUnit, and xUnit v3 to TUnit.

https://github.com/SimonCropp/TUnitMigrator

#tunit #dotnet

GitHub - SimonCropp/TUnitMigrator: A .NET tool that migrates test projects from MSTest, NUnit, xUnit, and xUnit v3 to TUnit.

A .NET tool that migrates test projects from MSTest, NUnit, xUnit, and xUnit v3 to TUnit. - SimonCropp/TUnitMigrator

GitHub

Apparently #tunit runs a lot more in parallel compared to #xunit.

It also uses source generation so test discovery is a lot faster.

#dotnet

https://youtube.com/watch?v=S11Moa7kfPo&si=IalgRearU2OFeoxh

Andrew Lock: Testing Frameworks - Episode 376

YouTube
Enhance your CLI testing workflow with the new dotnet test - .NET Blog

Learn how .NET 10 transforms dotnet test with native Microsoft.Testing.Platform integration, delivering better performance and enhanced diagnostics.

.NET Blog
@bradwilson Have you ever considered to add retry functionality to @xunit, similar to #tunit https://github.com/thomhurst/TUnit#example-test?
I know there is XRetry but that doesn't mix well with other attributes like`StaFact` or `CulturedFact`: https://github.com/JoshKeegan/xRetry/issues/276
GitHub - thomhurst/TUnit: A modern, fast and flexible .NET testing framework

A modern, fast and flexible .NET testing framework - GitHub - thomhurst/TUnit: A modern, fast and flexible .NET testing framework

GitHub
Microsoft.Testing.Platform: Now Supported by All Major .NET Test Frameworks - .NET Blog

All major .NET testing frameworks are now supporting Microsoft.Testing.Platform. Whether you are using Expecto, MSTest, NUnit, TUnit, or xUnit.net, you can now leverage the new testing platform to run your tests.

.NET Blog