File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,9 @@ async function runAppTestsOnBrowserStack(
212
212
let test_suite_url : string ;
213
213
if ( args . browserstack_test_suite_url ) {
214
214
test_suite_url = args . browserstack_test_suite_url ;
215
- logger . info ( `Using provided BrowserStack test suite URL: ${ test_suite_url } ` ) ;
215
+ logger . info (
216
+ `Using provided BrowserStack test suite URL: ${ test_suite_url } ` ,
217
+ ) ;
216
218
} else {
217
219
test_suite_url = await uploadEspressoTestSuite (
218
220
args . testSuitePath ! ,
@@ -255,7 +257,9 @@ async function runAppTestsOnBrowserStack(
255
257
let test_suite_url : string ;
256
258
if ( args . browserstack_test_suite_url ) {
257
259
test_suite_url = args . browserstack_test_suite_url ;
258
- logger . info ( `Using provided BrowserStack test suite URL: ${ test_suite_url } ` ) ;
260
+ logger . info (
261
+ `Using provided BrowserStack test suite URL: ${ test_suite_url } ` ,
262
+ ) ;
259
263
} else {
260
264
test_suite_url = await uploadXcuiTestSuite (
261
265
args . testSuitePath ! ,
You can’t perform that action at this time.
0 commit comments