You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
A Sample PHP-Laravel app to run selenium automation tests on lambdatest grid.
6
6
7
7
### Prerequisites
8
-
- Install php and composer on your system. Setup Instrcutions for the can be found at. https://www.lambdatest.com/support/docs/display/TD/Quick+Guide+To+Run+PHP+Tests+on+LambdaTest+Selenium+Grid
8
+
- Install php and composer on your system. Setup Instrcutions for the can be found [here](https://www.lambdatest.com/support/docs/display/TD/Quick+Guide+To+Run+PHP+Tests+on+LambdaTest+Selenium+Grid)
9
9
10
10
### Installation
11
11
```bash
@@ -21,7 +21,7 @@ composer dump-autoload
21
21
```
22
22
- Replace `LT_USERNAME` with your lambdatest username. It can be obtained from [lamabdtest dashbaord](https://automation.lambdatest.com/)
23
23
- Replace `LT_ACCESS_KEY` with your access key. It can be genrated from lamabdtest lamabdtest dashbaord](https://automation.lambdatest.com/)
24
-
- Update platform configuration in driver method of `tests/DuskTestCase.php`, to specify the target where tests should run. (List of supported OS platfrom, Browser, resolutions can be found at https://www.lambdatest.com/capabilities-generator/)
24
+
- Update platform configuration in driver method of `tests/DuskTestCase.php`, to specify the target where tests should run. (List of supported OS platfrom, Browser, resolutions can be found at [LambdaTest capability generator](https://www.lambdatest.com/capabilities-generator/))
25
25
Sample configuration
26
26
```php
27
27
return RemoteWebDriver::create($url,
@@ -63,9 +63,10 @@ composer dump-autoload
63
63
);
64
64
```
65
65
> OS specific instructions to download and setup tunnel binary can be found at the following links.
66
-
- For windows https://www.lambdatest.com/support/docs/display/TD/Local+Testing+For+Windows
67
-
- For Mac https://www.lambdatest.com/support/docs/display/TD/Local+Testing+For+MacOS
68
-
- For Linux https://www.lambdatest.com/support/docs/display/TD/Local+Testing+For+Linux
0 commit comments