Skip to content

Commit eaa3db1

Browse files
authored
Update README.md
1 parent 202cc78 commit eaa3db1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
PHP selenium automation sample test for Lambdatest Cloud GRID.
44

5-
## Install PHP
5+
### Install PHP
66
- Download & Install PHP from
77
http://php.net/manual/en/install.php
88

9-
## Install Composer
9+
### Install Composer
1010
```bash
1111
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
1212
php -r "if (hash_file('sha384', 'composer-setup.php') === '93b54496392c062774670ac18b134c3b3a95e5a5e5c8f1a9f115f203b75bf9a129d5daa8ba6a13e2cc8a1da0806388a8') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
@@ -15,7 +15,7 @@ php -r "unlink('composer-setup.php');"
1515

1616
```
1717

18-
## Composer configuration
18+
### Composer configuration
1919
- Create composer.json file with following dependencies
2020
```bash
2121
{
@@ -31,13 +31,16 @@ composer install
3131
```
3232

3333

34-
### Configuring test.
34+
### Configuring Test
3535
- Replace {username} with your username
3636
- Replace {accessToken} with your username
3737
- List of supported platfrom, browser, version can be found at https://www.lambdatest.com/capabilities-generator/
3838

3939

40-
### Executing test
40+
### Executing Test
4141
```bash
4242
vendor/bin/phpunit Lambdatest.php
4343
```
44+
45+
## About LambdaTest
46+
[LambdaTest](https://www.lambdatest.com/) is a cloud based selenium grid infrastructure that can help you run automated cross browser compatibility tests on 2000+ different browser and operating system environments. All test data generated during testing including Selenium command logs, screenshots generated in testing, video logs, selenium logs, network logs, console logs, and metadata logs can be extracted using [LambdaTest automation APIs](https://www.lambdatest.com/support/docs/api-doc/). This data can then be used for creating custom reports.

0 commit comments

Comments
 (0)