SpecResults icon indicating copy to clipboard operation
SpecResults copied to clipboard

Get better feedback from your SpecFlow testsuite

Results 9 SpecResults issues
Sort by recently updated
recently updated
newest added

Hello, I'm using the SpecResults to generate a report for my tests and, as the documentation explains, I added the creation of the report in the BeforeTestRun. The thing is,...

Hi, Are the JSON reports compatible with any Jenkins plugin (such as https://wiki.jenkins.io/display/JENKINS/Cucumber+Reports+Plugin which can take as input the JSON generated by cucumber-jvm)? Also, is there a way to embed...

Just reporting as I don't have a PR ready for this. I have found this piece of code that doesn't seem to be doing anything in particular, and also being...

If we extend the class from `ReportingStepDefinitions` then we can't use the feature described at [Calling Steps from Step Definitions](https://github.com/techtalk/SpecFlow/wiki/Calling-Steps-from-Step-Definitions) as it requires us to extend the class from `Steps`

I setup my project just like in the example but keep on getting this exception. I am using VS 2013, Win 8.1 64bit ``` System.NullReferenceException was unhandled by user code...

I have added the SpecResults.JSON to my hooks and generate the report in json format. In the default HTML report created by SpecRun, when I have use a Assert.Fail() forcibly,...

I'm trying to have the reporting module to works but to no avail. I have my Step class derived from ReportingStepDefinitions I do have a [BeforeTestRun] method to setup the...

Hi, i'm using the SpecFlow.Reporting with the WebApp project and the result looks really great. But if i'm defining a scenario like this given a and b when click a...

Added support for multiline parameters. Also added support for printing table and multiline parameters to the plain text formatter. Improved the step.Title builder to use regular expressions instead of expecting...