Skip to content

Commit b721262

Browse files
authored
Merge pull request #3 from 4DvAnCeBoY/patch-3
Update README.md
2 parents 95ea67b + 605cd39 commit b721262

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,29 @@ php -r "unlink('composer-setup.php');"
3030
composer install
3131
```
3232

33+
### Lambdatest Credentials
3334

35+
- Set LambdaTest username and access key in environment variables. It can be obtained from LambdaTest dashboard
36+
37+
For Linux/Mac
38+
```
39+
export LT_USERNAME="YOUR_USERNAME"
40+
export LT_ACCESS_KEY="YOUR ACCESS KEY"
41+
```
42+
For Windows
43+
```
44+
set LT_USERNAME="YOUR_USERNAME"
45+
set LT_ACCESS_KEY="YOUR ACCESS KEY"
46+
```
3447
### Configuring Test
3548
- Replace {username} with your username
36-
- Replace {accessToken} with your username
49+
- Replace {accessToken} with your accessKey
3750
- List of supported platfrom, browser, version can be found at https://www.lambdatest.com/capabilities-generator/
3851

3952

4053
### Executing Test
4154
```bash
42-
vendor/bin/phpunit Lambdatest.php
55+
php Lambdatest.php
4356
```
4457

4558
## About LambdaTest

0 commit comments

Comments
 (0)