Using TUnit in azure pipelines (test results and coverage) #1264
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
TUnit isn't built on top of VSTest as explained in the readme. Microsoft.NET.Test.Sdk should NOT be used with TUnit as it breaks it. The second way using dotnet test would be the way to go for now. As for not seeing results, you'll want to raise an issue with Microsoft and ask them to add support for Microsoft Testing Platform within Azure DevOps. |
Beta Was this translation helpful? Give feedback.
-
I think you will find ReportGenerator doesn't NEED a licence. You CAN get a pro licence if you REALLY need it. |
Beta Was this translation helpful? Give feedback.
wow... so fast... 😅
You are awesome... nich was right :-D
In the meantime, I managed to get it to work!
Here is my default devops pipeline: