[ 
http://jira.codehaus.org/browse/JBEHAVE-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mauro Talevi updated JBEHAVE-172:
---------------------------------

    Description: 
Add a Selenium extension of StepsConfiguration that uses a 
SeleniumStepsMonitor, allowing to decorate a given StepsMonitor to provide link 
to current scenario in Selenium context on performing step:

public void performing(String step){
        String context = seleniumContext.getCurrentScenario() + "<br>" + step;
        selenium.setContext(context);
        delegate.performing(step);
}




  was:Add a Selenium extension of StepsConfiguration that uses a 
SeleniumStepsMonitor that decorates a given StepsMonitor to provide link to 
Selenium context.


> Add Selenium StepsConfiguration and StepMonitor
> -----------------------------------------------
>
>                 Key: JBEHAVE-172
>                 URL: http://jira.codehaus.org/browse/JBEHAVE-172
>             Project: JBehave
>          Issue Type: Improvement
>            Reporter: Mauro Talevi
>            Assignee: Mauro Talevi
>            Priority: Minor
>             Fix For: web-2.0.1
>
>
> Add a Selenium extension of StepsConfiguration that uses a 
> SeleniumStepsMonitor, allowing to decorate a given StepsMonitor to provide 
> link to current scenario in Selenium context on performing step:
> public void performing(String step){
>       String context = seleniumContext.getCurrentScenario() + "<br>" + step;
>       selenium.setContext(context);
>       delegate.performing(step);
> }

-- 
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