@@ -90,7 +90,7 @@ tasks.register('bstack-single', Test) {
9090 include ' **/OrderTest.class'
9191 }
9292 systemProperty " environment" , " remote"
93- systemProperty " test " , " single"
93+ systemProperty " testType " , " single"
9494 testLogging {
9595 events " PASSED" , " FAILED" , " SKIPPED"
9696 }
@@ -106,7 +106,7 @@ tasks.register('bstack-local', Test) {
106106 include ' **/OrderTest.class'
107107 }
108108 systemProperty " environment" , " remote"
109- systemProperty " test " , " local"
109+ systemProperty " testType " , " local"
110110 testLogging {
111111 events " PASSED" , " FAILED" , " SKIPPED"
112112 }
@@ -119,7 +119,7 @@ tasks.register('bstack-local-parallel', Test) {
119119 listeners. add(" com.browserstack.test.utils.BrowserstackTestStatusListener" )
120120 }
121121 systemProperty " environment" , " remote"
122- systemProperty " test " , " local"
122+ systemProperty " testType " , " local"
123123 testLogging {
124124 events " PASSED" , " FAILED" , " SKIPPED"
125125 }
@@ -133,7 +133,7 @@ tasks.register('bstack-local-parallel-browsers', Test) {
133133 listeners. add(" com.browserstack.test.utils.BrowserstackTestStatusListener" )
134134 }
135135 systemProperty " environment" , " remote"
136- systemProperty " test " , " local"
136+ systemProperty " testType " , " local"
137137 testLogging {
138138 events " PASSED" , " FAILED" , " SKIPPED"
139139 }
@@ -146,7 +146,7 @@ tasks.register('bstack-parallel', Test) {
146146 listeners. add(" com.browserstack.test.utils.BrowserstackTestStatusListener" )
147147 }
148148 systemProperty " environment" , " remote"
149- systemProperty " test " , " parallel"
149+ systemProperty " testType " , " parallel"
150150 testLogging {
151151 events " PASSED" , " FAILED" , " SKIPPED"
152152 }
@@ -160,7 +160,7 @@ tasks.register('bstack-parallel-browsers', Test) {
160160 listeners. add(" com.browserstack.test.utils.BrowserstackTestStatusListener" )
161161 }
162162 systemProperty " environment" , " remote"
163- systemProperty " test " , " parallel"
163+ systemProperty " testType " , " parallel"
164164 testLogging {
165165 events " PASSED" , " FAILED" , " SKIPPED"
166166 }
0 commit comments