thomhurst / TUnit

A modern, fast and flexible .NET testing framework
MIT License
1.12k stars 9 forks source link

[Doc]Document how to pass parameters for `dotnet run --` #399

Closed MarcoRossignoli closed 1 week ago

MarcoRossignoli commented 2 weeks ago

https://thomhurst.github.io/TUnit/docs/tutorial-basics/running-your-tests here could be interesting add the sample with

dotnet run --no-build --no-restore -- report-trx

And link https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-run

I would add also a sample with

dotnet exec test.dll

and with app host

test.exe
thomhurst commented 1 week ago

All done! Thanks