Skip to content

Commit 10bed2a

Browse files
Update README.md
1 parent 65d11eb commit 10bed2a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# php-selenium-browserstack
22

3-
# php-selenium-browserstack
4-
53
## Prerequisites
64
1. `php` and `composer` should be installed in your system
75
2. Go to the directory where you have your test scripts and run the command below:
@@ -46,7 +44,6 @@ $BROWSERSTACK_ACCESS_KEY = "BROWSERSTACK_ACCESS_KEY";
4644
```
4745

4846
## To run tests
49-
---
5047
### Single test
5148
Run single test session by running.
5249
```
@@ -60,4 +57,4 @@ $bs_local_args = array("key" => "ACCESS_KEY");
6057
```
6158
```
6259
php local.php
63-
```
60+
```

0 commit comments

Comments
 (0)