Skip to content

Commit

Permalink
Added sessionName
Browse files Browse the repository at this point in the history
  • Loading branch information
agarneha1331 authored and francisf committed Jul 10, 2023
1 parent 8152840 commit 38a22bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public void setUp() throws Exception {
MutableCapabilities capabilities = new MutableCapabilities();
HashMap<String, Object> bStackOptions = new HashMap<>();
bStackOptions.put("source", "jbehave:sample-master:v1.2");
bStackOptions.put("sessionName", "BStack Sample JBehave");
capabilities.setCapability("bstack:options", bStackOptions);
try {
this.driver = new RemoteWebDriver(
Expand Down

0 comments on commit 38a22bf

Please sign in to comment.