expecto icon indicating copy to clipboard operation
expecto copied to clipboard

How to pass CL arguments to Expecto using dotnet test

Open halcwb opened this issue 4 years ago • 0 comments

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.

halcwb avatar Nov 17 '21 20:11 halcwb