You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ Environment variables *LT_USERNAME* and *LT_ACCESS_KEY* are added under *env* in
30
30
31
31
```yaml
32
32
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
35
35
```
36
36
37
37
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
0 commit comments