6 lines
122 B
Batchfile
6 lines
122 B
Batchfile
|
@echo off
|
||
|
dotnet test --logger:"html;LogFilePath=testresults.html;IncludeTestContext=true;Title=true;Description=true"
|
||
|
|
||
|
|
||
|
|