I am trying to parse the TRX and generate the report to team members, but while parsing i am facing small problem in identifying DataDriven and Non-DataDriven Test cases. Following are the steps i followed
Step-1: I created one solution(MS Test Unit framework) which have combination of DataDriven and Non-DataDriven tests.
Step-2: I integrated to Azure Devops by creating the pipeline to run these tests. So when i trigger the build pipeline Tests are getting executed and TRX file is getting generated.
Step-3: But the attributes like dataRowInfo and resultType are missing in TRX file which will indicate whether tests are DataDriven are not.
Attached the Devops Visual Studio Task settings

Please let me know, how to get the attributes dataRowInfo and resultType in the TRX file.
Thank you.