8000 GitHub - lisali-qld/specflow-mstest
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lisali-qld/specflow-mstest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

specflow-mstest

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0