Skip to content

Commit 652a912

Browse files
committed
Update readme
1 parent d69c869 commit 652a912

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,14 @@ $caps = array(
3939
$web_driver = RemoteWebDriver::create("https://USERNAME:[email protected]/wd/hub", $caps);
4040
```
4141

42-
3. Run tests
43-
Single test
42+
## To run tests
43+
---
44+
### Single test
4445
```
4546
php single.php
4647
```
4748

48-
Local test
49-
Along with step-2 also use your Accesskey to bs_loca_args
50-
```php
51-
# In file ./scripts/local.php
52-
# You can also set an environment variable - "BROWSERSTACK_ACCESS_KEY".
53-
$bs_local_args = array("key" => "ACCESS_KEY");
54-
```
55-
49+
### Local test
5650
```
57-
php single.php
51+
php local.php
5852
```

0 commit comments

Comments
 (0)