expecto
expecto copied to clipboard
How to pass CL arguments to Expecto using dotnet test
I want to pass the CL argument --summary to the test projects in a solution.
This works
dotnet run --summary -p tests/<>/<>
However dotnet test -- --summary doesn't work.