Skip to content

Commit d80e00a

Browse files
committed
Added a note for test discovery
1 parent 0747d1e commit d80e00a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/hyperexecute-cli-gui.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,20 +139,20 @@ Click on the **Run Test** button to start the test execution. A pop with job sta
139139
If you’re a HyperExecute YAML user, you can easily import your existing YAML configurations into the GUI. Here’s how:
140140

141141
#### 1. Pop-Up on First Upload:
142-
When you upload a project with YAML files, a pop-up will automatically appear listing the existing YAMLs in your project. Select a YAML file, and the app will import its settings for run config in the GUI.
142+
When you upload a project with YAML files, a **pop-up will automatically appear listing the existing YAMLs** in your project. Select a YAML file, and the app will import its settings for run config in the GUI.
143143

144144
#### 2. Option to Import After Project Creation:
145145
If your project is already set up or you want to update the run config using a YAML file later:
146146
- Go to the Project Details screen.
147-
- Click “Load Config.”
147+
- Click **“Load Config.”**
148148
- Choose a YAML file from your project, and its settings will be applied.
149-
150-
:::note
151-
The GUI converts your YAML (version 0.2) to its own format (version 0.3) automatically, so you don’t need to adjust it manually.
152-
:::
149+
150+
Please note that using "Load Config" will reset your test selection
151+
:::info Note
152+
At its current state, the GUI will not self-discover the tests according to rules stated in the YAML file while loading it. This feature will be available soon in next release.
153+
:::
153154

154155
## FAQs
155-
156156
---
157157

158158
**1. Are Appium tests supported on GUI as of now?**

0 commit comments

Comments
 (0)