Skip to content

Commit 48cd06b

Browse files
committed
updated build.gradle
1 parent 4d8a937 commit 48cd06b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ buildscript {
22
ext {
33
TESTNG_VERSION = '7.3.0'
44
CUCUMBER_VERSION = '6.7.0'
5-
THREAD_COUNT = 5
65
APPLICATION_URL = 'http://bstackdemo.com/'
76
APPLICATION_LOCAL_URL = 'http://localhost:3000/'
87

@@ -140,7 +139,6 @@ tasks.register('bstack-local-parallel', Test) {
140139
}
141140
tasks.register('bstack-parallel', Test) {
142141
useTestNG() {
143-
systemProperty '-Ddataproviderthreadcount', '5'
144142
suites 'src/test/resources/conf/TestNG_Parallel.xml'
145143

146144

@@ -151,8 +149,7 @@ tasks.register('bstack-parallel', Test) {
151149
failFast = true
152150
systemProperty "environment", "remote"
153151
systemProperty "application_endpoint", "$APPLICATION_URL"
154-
systemProperty '-Ddataproviderthreadcount', '5'
155-
systemProperty 'data-provider-thread-count', '5'
152+
156153

157154
}
158155
tasks.register('bstack-local-parallel-browsers', Test) {

0 commit comments

Comments
 (0)