This is a migrated thread and some comments may be shown as answers.

Justcode doesn't show SpecFlow Inconclusive Results

1 Answer 52 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Fred
Top achievements
Rank 1
Fred asked on 28 Jan 2011, 05:44 AM
I'm am developing with BDD techniques using SpecFlow.  It works great with NUnit because after I write my Scenario and run my tests, NUnit initially marks the test inconclusive but it shows me the SpecFlow output, which gives me the test code I can use to copy/paste.

JustCode seems to only show me the results if the test passed or failed, but not if it was inconclusive.  Is there an option or way to have it show me the output even if the test didn't pass or fail?  

Example:

Justcode - Gives me a blank output window

NUnit - On a new test gives me the output, in which I can copy my started test code.

And I have played before
-> No matching step definition found for the step. Use the following code to create one:
    [Binding]
public class StepDefinitions
{
    [Given(@"I have played before")]
public void GivenIHavePlayedBefore()
{
    ScenarioContext.Current.Pending();
}
    }



1 Answer, 1 is accepted

Sort by
0
Deyan Varchev
Telerik team
answered on 03 Feb 2011, 05:38 PM
Hi Fred,

 Thank you for reporting this problem. We've identified the problem and it will be fixed in the upcoming Q1 2011 release. I've granted you some Telerik points as a compensation for your efforts.

Regards,
Deyan
the Telerik team
Browse the videos here>> to help you get started with JustCode
Tags
General Discussions
Asked by
Fred
Top achievements
Rank 1
Answers by
Deyan Varchev
Telerik team
Share this question
or