Skip to content

Commit d085205

Browse files
authored
Update hyperexecute-smart-ui-sdk-maestro.md
1 parent 0a12884 commit d085205

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/hyperexecute-smart-ui-sdk-maestro.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ In your Maestro test YAML files (e.g., `maestro-test/test.yaml`), add the `takeS
130130
131131
#### 4.3. Set Up Environment Variables
132132
133-
To authenticate with the LambdaTest platform, export your LambdaTest credentials as environment variables.
133+
Now, you need to export your environment variables *LT_USERNAME* and *LT_ACCESS_KEY* that are available in the [LambdaTest Profile page](https://accounts.lambdatest.com/detail/profile).
134+
135+
Run the below mentioned commands in your terminal to setup the CLI and the environment variables.
134136
135137
<Tabs className="docs__val">
136138
<TabItem value="bash" label="Linux / MacOS" default>
@@ -156,6 +158,7 @@ set LT_ACCESS_KEY="${ YOUR_LAMBDATEST_ACCESS_KEY()}"`}
156158
</TabItem>
157159
</Tabs>
158160

161+
159162
## Step 5: Configure the HyperExecute YAML
160163

161164
The HyperExecute YAML file is the blueprint for your test execution. It tells HyperExecute how to set up the environment and run your tests.

0 commit comments

Comments
 (0)