File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
141140tasks. 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}
158155tasks. register(' bstack-local-parallel-browsers' , Test ) {
You can’t perform that action at this time.
0 commit comments