You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature:
In order to identify which features are working and implemented
As a pickles user
I want to label green/red/yellow the features in my living documentation tree based on the results from the unit testing framework
Scenario: NUnit Support
Given a set of features
And an NUnit result file in XML
When I generate documentation
Then I should see passing features in green
And failing feaures in red
And Ignored features in yellow
The text was updated successfully, but these errors were encountered:
Feature:
In order to identify which features are working and implemented
As a pickles user
I want to label green/red/yellow the features in my living documentation tree based on the results from the unit testing framework
Scenario: NUnit Support
Given a set of features
And an NUnit result file in XML
When I generate documentation
Then I should see passing features in green
And failing feaures in red
And Ignored features in yellow
The text was updated successfully, but these errors were encountered: