Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: web-2.0.1
-
Component/s: None
-
Labels:None
-
Number of attachments :
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);
}
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Description | Add a Selenium extension of StepsConfiguration that uses a SeleniumStepsMonitor that decorates a given StepsMonitor to provide link to Selenium context. |
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); } |
Mauro Talevi
made changes -
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |