Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fc479ef

Browse files
Remove verbose links
1 parent e2048d4 commit fc479ef

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎README.md‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
A Sample PHP-Laravel app to run selenium automation tests on lambdatest grid.
66

77
### 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)
99

1010
### Installation
1111
```bash
@@ -21,7 +21,7 @@ composer dump-autoload
2121
```
2222
- Replace `LT_USERNAME` with your lambdatest username. It can be obtained from [lamabdtest dashbaord](https://automation.lambdatest.com/)
2323
- 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/))
2525
Sample configuration
2626
```php
2727
return RemoteWebDriver::create($url,
@@ -63,9 +63,10 @@ composer dump-autoload
6363
);
6464
```
6565
> 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
66+
67+
- [Windows](https://www.lambdatest.com/support/docs/display/TD/Local+Testing+For+Windows)
68+
- [Mac] (https://www.lambdatest.com/support/docs/display/TD/Local+Testing+For+MacOS)
69+
- [Linux] (https://www.lambdatest.com/support/docs/display/TD/Local+Testing+For+Linux)
6970
>
7071

7172
### Run tests

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /