Currently I am trying to get results from SpecFlow Acceptance Tests and integrate them with Pickles Docs. What I have is, on build generated pickles site. What happens then is on each test I have this icon with text "Inconclusive":
and then if I go to scenario summary by result I have result:
So in fact it's showing all scenarios, but it's not running them to see which are passing and which failing.
Right now I get to PicklesDocs documentation, which I think will do what I need, it's here. Still when I execute command Pickles.exe --test-results-format=xunit
or Pickles.exe -trfmt=xunit
what I receive is:
Still after that it's generating file "index.html", but it's only showing tests without any result.
Do you know how I can configure this to work? Should I use maybe NUnit test result or generate results with specflow.exe nunitexecutionreport, or maybe pickles docs can do this as well?
Note: I am implementing steps using NUnit.
Thanks