Skip to content

Commit e53c418

Browse files
hariharanbrowserstackfrancisf
authored andcommitted
Add local binary flags for instrumentation of failures
1 parent a6abc29 commit e53c418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/runner.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
try {
1515
// the following code starts local binary, comment out if local testing not needed
16-
// Start local binary with additional args "logfile" => "logs.txt", "v" => true to get the local not started logs for debugging.
17-
$bs_local_args = array("key" => $GLOBALS['BROWSERSTACK_ACCESS_KEY']);
16+
// Local binary started with additional args "logfile" => "logs.txt", "v" => true to get the local not started logs for debugging. Please remove them if not needed and cleanup logs if becoming huge.
17+
$bs_local_args = array("key" => $GLOBALS['BROWSERSTACK_ACCESS_KEY'], "logfile" => "logs.txt", "v" => true);
1818
$bs_local = new BrowserStack\Local();
1919
$currentOS = strtoupper(substr(PHP_OS, 0, 3));
2020
print("\nStarting Local Binary...\n");

0 commit comments

Comments
 (0)