Issues with Pickles
I have created a NUnit frameworkand used the picklesui to generate my test results. Unfortunately, the result generated only shows inconclusive. Even though I can see pass/fail on the xml file generated by NUnitRunner console.
I have also installed MSbuild and below are my settings in csproj file
<PropertyGroup>
<Pickles_Generate>True</Pickles_Generate>
<ResultFormat>NUnit</ResultFormat>
<Pickles_DocumentationFormat>dhtml</Pickles_DocumentationFormat>
<Pickles_OutputDirectory>C:\Users\807404\Desktop\SpecFlow\New folder (2)\AppFramework\BD.Autoamtion.AF.Test\Docs</Pickles_OutputDirectory>
</PropertyGroup>
-
Hi Ankita, my answer doesn't solve your issue directly, but could be an alternative for me. Have already tried SpecFlow+ LivingDoc in order to generate your test results? It's free and available locally, in your CI pipeline and on Azure DevOps. Here the link to the docs: Welcome to SpecFlow+ LivingDoc’s documentation! — SpecFlow+ LivingDoc documentation
0
Please sign in to leave a comment.
Comments
1 comment