timschlechter / SpecResults

Get better feedback from your SpecFlow testsuite
http://specflowreporting.azurewebsites.net/
MIT License
23 stars 18 forks source link

JsonReporter always shows result "OK" even we forcibly fail the test #15

Open nirmalk1231 opened 8 years ago

nirmalk1231 commented 8 years ago

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, the HTML report shows the correct and fail that scenario, however the JSON report is just says "OK".

is this is a issue or a default behavior, or I just need to be update somewhere something configuration or what, let me know if i am missing something to get the Pass/Fail result.