I would like to add priority to my scenarios
--------------------------------------------

                 Key: JBEHAVE-153
                 URL: http://jira.codehaus.org/browse/JBEHAVE-153
             Project: JBehave
          Issue Type: New Feature
            Reporter: Egil Ă˜sthus
            Priority: Minor


I would like to be able to add priority to my textual scenarios and should be 
available to the ScenarioReporter. This priority is used to tell in what order 
the different scenarios should be implemented. 

E.g. if  (in ScnearioReporter)
public void beforeScenario(String title);

is changed to 
public void beforeScenario(String title, int priority);

The priority can be used to create a visual report (e.g. in HTML). 

The priority can also be used to raise warnings if a high priority scenario is 
pending, while there is activity on scenarios with less priority.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to