Open
Description
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: MBUnitSupport
Given a set of features
And an MMBUnit 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