We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5317589 commit f686405Copy full SHA for f686405
README.md
@@ -1,7 +1,5 @@
1
# php-selenium-browserstack
2
3
-# php-selenium-browserstack
4
-
5
## Prerequisites
6
1. `php` and `composer` should be installed in your system
7
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";
46
44
```
47
45
48
## To run tests
49
----
50
### Single test
51
Run single test session by running.
52
@@ -60,4 +57,4 @@ $bs_local_args = array("key" => "ACCESS_KEY");
60
57
61
58
62
59
php local.php
63
-```
+```
0 commit comments