Skip to content

Commit 7f043aa

Browse files
RutvikChandlafrancisf
authored andcommitted
Update README.md
1 parent 2499263 commit 7f043aa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,17 @@ $web_driver = RemoteWebDriver::create("https://USERNAME:[email protected]
4040
## To run tests
4141
---
4242
### Single test
43+
Run single test session by running.
4344
```
4445
php single.php
4546
```
4647

47-
### Local test
48+
### Local test
49+
Run local test session by running.
50+
```php
51+
# Update "BROWSERSTACK_ACCESS_KEY" in bs_local.
52+
$bs_local_args = array("key" => "ACCESS_KEY");
53+
```
4854
```
4955
php local.php
5056
```

0 commit comments

Comments
 (0)