I am using Nunit 3 version for my unit testing. When I run the below command in nunit 3, it saves the result as xml file in specified location.
nunit3-console.exe "%SourceLocation%\bin\Release\Project%.dll" --result:"%SourceLocation%\%Project%.xml"
I need to serialize this data from xml file.
Is there any support for this in Nunit 3 ?
Aucun commentaire:
Enregistrer un commentaire