📄️ Examples
This can serve as a place to show how to use TUnit to test more complex systems, utilising advanced features like ClassData sources with IAsyncInitializers and IAsyncDisposables, or utilising test events to drive things.
📄️ Playwright
There is a NuGet package to help with Playwright: TUnit.Playwright
📄️ ASP.NET Core Web App/Api
If you want to test a web app, you can utilise the Microsoft.Mvc.Testing packages to wrap your web app within an in-memory test server.