Details
-
Type: Improvement
-
Status: Open
-
Priority: Critical
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Hi,
Currently I'm able to see the saucelabs implementation only in etsy-selenium/groovy-pico project in github.
But could you please implement the same in etsy-selenium/java-spring project also.
https://github.com/jbehave/jbehave-tutorial/tree/master/etsy-selenium/java-spring
Please let us know how this is going to be work in SauceLabs for java-spring project with parallel runs.
Activity
Praveen G
made changes -
Field | Original Value | New Value |
---|---|---|
Description |
Hi,
Currently I'm able to see the saucelabs implementation () in etsy-selenium/groovy-pico project in github. But could you please implement the same in etsy-selenium/java-spring project also. https://github.com/jbehave/jbehave-tutorial/tree/master/etsy-selenium/java-spring This will help us to run the tests in different browsers and different environments parallel. |
Hi,
Currently I'm able to see the saucelabs implementation only in etsy-selenium/groovy-pico project in github. But could you please implement the same in etsy-selenium/java-spring project also. https://github.com/jbehave/jbehave-tutorial/tree/master/etsy-selenium/java-spring Please let us know how this is going to be work in SauceLabs for java-spring project with parallel runs. |
The configuration for the SauceWebDriverProvider is in Java:
https://github.com/jbehave/jbehave-tutorial/blob/master/etsy-selenium/groovy-pico/src/main/java/org/jbehave/tutorials/etsy/EtsyDotComStories.java
It is the same regardless of the language used for the steps and the container used to wire them up.