Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 276 Bytes

commands.md

File metadata and controls

7 lines (5 loc) · 276 Bytes

dotnet commands

command description
dotnet test source/*.IntegrationTests/ --logger "console;verbosity=detailed" log ITestOutputHelper to the console
dotnet test source/*.IntegrationTests/ --filter CreateConsignmentTests only run the tests with the name