File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,29 @@ php -r "unlink('composer-setup.php');"
3030composer 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
You can’t perform that action at this time.
0 commit comments