We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83345dc commit 7609383Copy full SHA for 7609383
src/test/java/com/browserstack/util/Utility.java
@@ -32,7 +32,7 @@ public static JSONObject getCombinedCapability(Map<String, String> envCapabiliti
32
JSONObject bstackOptions = commonCapabilities.get("bstack:options") != null ? (JSONObject) commonCapabilities.get("bstack:options") : new JSONObject();
33
bstackOptions.putIfAbsent("userName", username);
34
bstackOptions.putIfAbsent("accessKey", accessKey);
35
- bstackOptions.putIfAbsent("source", "cucumber-java:sample-master:v1.0");
+ bstackOptions.putIfAbsent("source", "cucumber-java:sample-master:v1.1");
36
capabilities.put("bstack:options", bstackOptions);
37
38
while (it.hasNext()) {
0 commit comments