Currently, I\'m running a set of xUnit test using the following command:
xUnit
dotnet test --filter TestType=$testType --logger trx
Is the