When watching the video of using the Pickles UI from commandline, it is using the NUnit console runner to generate a TesResults.xml prior to using the PicklesUI. The PicklesUI uses the TestResults.xml generated from the NUnit console runner to generate a neat report. The problem for me is that I am not using NUnit for my tests. I am using Specflow for C# and main unit test runner I am using is 'SpecRun.' My tests are written using Selenium.
My question is how can I use the PicklesUI to generate test results from a test run ran from within Visual Studio 2017 using SpecRun?