Skip to content

Commit 2499263

Browse files
RutvikChandlafrancisf
authored andcommitted
update readme
1 parent 6183091 commit 2499263

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,14 @@ $caps = array(
3737
// IMP: Use your browserstack username and accesskey
3838
$web_driver = RemoteWebDriver::create("https://USERNAME:[email protected]/wd/hub", $caps);
3939
```
40-
41-
3. Run tests
42-
Single test
40+
## To run tests
41+
---
42+
### Single test
4343
```
4444
php single.php
4545
```
4646

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

0 commit comments

Comments
 (0)