This is an example project to reproduce an issue of Pickles report with vstest runner, here is the link of the issue: picklesdoc/pickles#400 (comment)
Please run RunThis.ps1 under the root folder of the solution
Will see the below error and the Pickles report is not generated: Pickles did not complete successfully Object reference not set to an instance of an object.
However, the report is generated if change the Scenario Outline to Scenario:
Scenario: Add two numbers
Given I have entered '<aa>' into the calculator
And I have entered '<bb>' into the calculator
When I press add
Then the result should be '<cc>' on the screen
#Examples:
#| aa | bb | cc |
#| 1 | 2 | 3 |
Update: This issue has been fixed with Pickles.CommandLine.2.11.1