Skip to content

Commit dc82322

Browse files
Neha Agarwalfrancisf
authored andcommitted
Hardcoded source
1 parent 57b1c17 commit dc82322

File tree

5 files changed

+1
-4
lines changed

5 files changed

+1
-4
lines changed

src/test/java/com/browserstack/BrowserStackTestNGTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public void setUp(String config_file, String environment) throws Exception {
6868
options.put("key", accessKey);
6969
l.start(options);
7070
}
71+
bstackOptionsMap.put("source", "testng:sample-master:v1.0");
7172
}
7273

7374
driver = new RemoteWebDriver(

src/test/resources/conf/local.conf.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"bstack:options": {
88
"buildName": "browserstack-build-1",
99
"sessionName": "BStack local testng",
10-
"source": "testng:sample-master-v1.0",
1110
"debug": true,
1211
"local": true
1312
}

src/test/resources/conf/parallel.conf.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"buildName": "browserstack-build-1",
99
"sessionName": "BStack parallel testng",
1010
"browserVersion": "latest",
11-
"source": "testng:sample-master-v1.0",
1211
"debug": true
1312
}
1413
},

src/test/resources/conf/single.conf.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"buildName": "browserstack-build-1",
99
"sessionName": "BStack single testng",
1010
"browserVersion": "latest",
11-
"source": "testng:sample-master-v1.0",
1211
"debug": true
1312
}
1413
},

src/test/resources/conf/suite.conf.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"bstack:options": {
88
"buildName": "browserstack-build-1",
99
"sessionName": "BStack suite testng",
10-
"source": "testng:sample-master-v1.0",
1110
"debug": true
1211
}
1312
},

0 commit comments

Comments
 (0)