Skip to content

Commit 15fa7fc

Browse files
agarneha1331francisf
authored andcommitted
moved source
1 parent ecbc2c4 commit 15fa7fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

browserstack.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ platforms:
5353
# Example 2 - If you have configured 1 platform and set `parallelsPerPlatform` as 5, a total of 5 (1 * 5) parallel threads will be used on BrowserStack
5454
parallelsPerPlatform: 1
5555

56-
source: selenide:sample-master:v1.3
57-
5856
# ==========================================
5957
# BrowserStack Local
6058
# (For localhost, staging/private websites)

src/test/java/com/browserstack/BrowserStackTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public BrowserStackTest() {
3535
public void setUp() throws Exception {
3636
MutableCapabilities capabilities = new MutableCapabilities();
3737
HashMap<String, String> bstackOptions = new HashMap<>();
38+
bstackOptions.put("source", "selenide:sample-master:v1.2");
3839
capabilities.setCapability("bstack:options", bstackOptions);
3940
driver = new RemoteWebDriver(new URL(String.format("https://%s:%[email protected]/wd/hub", userName, accessKey)), capabilities);
4041
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));

0 commit comments

Comments
 (0)