Skip to content

Commit bdb06a5

Browse files
authored
Update README.md
1 parent c279ff7 commit bdb06a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Environment variables *LT_USERNAME* and *LT_ACCESS_KEY* are added under *env* in
3030
3131
```yaml
3232
env:
33-
LT_USERNAME: ${ YOUR_LAMBDATEST_USERNAME()}
34-
LT_ACCESS_KEY: ${ YOUR_LAMBDATEST_ACCESS_KEY()}
33+
LT_USERNAME: LT_USERNAME
34+
LT_ACCESS_KEY: LT_ACCESS_KEY
3535
```
3636
3737
Automation tests using the Robot framework are located in the *Tests* folder (i.e. lt_todo_app.robot and lt_selenium_playground.robot). In the matrix YAML file, *files* specifies a list (or array) of *.robot* files that have to be executed on the Hypertest grid.
@@ -144,4 +144,4 @@ Run the following command on the terminal to trigger the tests in Robot files on
144144
./concierge --user "${ YOUR_LAMBDATEST_USERNAME()}" --key "${ YOUR_LAMBDATEST_ACCESS_KEY()}" --config robot_hypertest_autosplit_sample.yaml --verbose
145145
```
146146

147-
Visit [Hypertest Automation Dashboard](https://automation.lambdatest.com/hypertest) to check the status of execution
147+
Visit [Hypertest Automation Dashboard](https://automation.lambdatest.com/hypertest) to check the status of execution

0 commit comments

Comments
 (0)