Skip to content

Commit 26f320f

Browse files
kamal-kaur04francisf
authored andcommitted
adding source to yml as we are using chromeDriver now
1 parent 09a0d92 commit 26f320f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

browserstack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ platforms:
5151
# 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
5252
parallelsPerPlatform: 1
5353

54+
source: testng:sample-sdk:v1.1
55+
5456
# ==========================================
5557
# BrowserStack Local
5658
# (For localhost, staging/private websites)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<surefire.version>2.19.1</surefire.version>
1818
<selenium.version>4.1.4</selenium.version>
1919
<json-simple.version>1.1.1</json-simple.version>
20-
<config.file>config/sample-local-test.testng.xml</config.file>
20+
<config.file>config/sample-test.testng.xml</config.file>
2121
</properties>
2222

2323
<dependencies>

0 commit comments

Comments
 (0)