We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa12fef commit 056a2abCopy full SHA for 056a2ab
src/test/java/com/browserstack/stepdefs/StackDemoSteps.java
@@ -25,7 +25,7 @@ public class StackDemoSteps {
25
public void setUp() throws MalformedURLException {
26
MutableCapabilities capabilities = new MutableCapabilities();
27
HashMap<String, String> bstackOptions = new HashMap<>();
28
- bstackOptions.putIfAbsent("source", "cucumber-java:sample-sdk:v1.1");
+ bstackOptions.putIfAbsent("source", "cucumber-java:sample-master:v1.2");
29
capabilities.setCapability("bstack:options", bstackOptions);
30
driver = new RemoteWebDriver(
31
new URL("https://hub.browserstack.com/wd/hub"), capabilities);
0 commit comments