Questions tagged [picklesdoc]

6 questions
2
votes
2 answers

MSBuild argument to let pickles import test results causes Illegal path error

We are using SpecFlow to apply BDD practices and Pickles to generate the documentation. Our build looks like this: Build Deploy Test (using VSTest) Generate documentation (using Pickles) The generate documentation step comes after the Test step,…
AutomatedChaos
  • 7,267
  • 2
  • 27
  • 47
1
vote
0 answers

Generating test report by Running Pickles UI against a Specflow test project using SpecRun unit test runner

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…
user5199
  • 359
  • 2
  • 15
1
vote
3 answers

C# SpecFlow - Pickles Docs Test Results

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…
Johana
  • 45
  • 1
  • 5
1
vote
1 answer

Way to extract pickles coming in and out of ipython / jupyter notebook

I'm trying to summarize a data analysis project which runs across many ipython / jupyter notebooks and each notebook is fairly long. One of the things that would help this process is if I knew at least what the overall "input" pickles going in and…
Afflatus
  • 2,302
  • 5
  • 25
  • 40
0
votes
1 answer

How can I run Pickles-Features command from my method

I am making WinForm application for .Net Core project to generate test documentation. I want to 1) execute dotnet test 2) generate pickles documentantion json file from xml and feature files 3) create custom xml from that file. I am able to execute…
Rasul
  • 121
  • 2
  • 3
  • 7
0
votes
1 answer

Visual Studio Test results file

I can't find the place where VS 2017 keeps the test result file. I have a lot of Specflow tests which are running fine but i want to find the place where VS is keeping the results. I am using a Library called Pickles which generates documentation…
Waqas ali
  • 258
  • 3
  • 7