haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

How to pass CL arguments to Expecto using dotnet test #426

Open halcwb opened 2 years ago

halcwb commented 2 years ago

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.