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: docs/hyperexecute-cli-gui.md
+29-8Lines changed: 29 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ import TabItem from '@theme/TabItem';
47
47
48
48
:::info Currently in BETA
49
49
50
-
HyperExecute GUI is currently in **BETA** and supports the **Java TestNG Framework (Java Version 11 & above)**. We're actively working on expanding support to more frameworks. If you have specific framework requests, please reach out to our <span className="doc__lt" onClick={() => window.openLTChatWidget()}>support team</span>.
50
+
HyperExecute GUI is currently in **BETA** and supports the **Java TestNG Framework (with Java Version 11 or higher)**. We're actively working on expanding support to more frameworks. If you have specific framework requests, please reach out to our <span className="doc__lt" onClick={() => window.openLTChatWidget()}>support team</span>.
51
51
52
52
:::
53
53
@@ -61,9 +61,11 @@ HyperExecute GUI is currently in **BETA** and supports the **Java TestNG Framewo
61
61
62
62
## Pre-Requisites
63
63
---
64
+
**1. HyperExecute Access** : You need a LambdaTest account to use the HyperExecute GUI. If you don’t have one, [sign up](https://accounts.lambdatest.com/register?) now. Ensure your account includes HyperExecute access (free or paid plan) to get started.
64
65
65
-
Before getting started, download the HyperExecute GUI installer from your LambdaTest dashboard and install it on your system. Run the installer by following the on-screen instructions and launch HyperExecute GUI from your applications menu.
66
-
Currently HyperExecute GUI is a part of the **LambdaTest Underpass Application**. If you already have Underpass app on your system, please update it to latest version.
66
+
**2. UnderPass App Download** : Before getting started, download the HyperExecute GUI installer from your LambdaTest dashboard and install it on your system. Run the installer by following the on-screen instructions and launch HyperExecute GUI from your applications menu.
67
+
68
+
Currently HyperExecute GUI is a part of the **LambdaTest UnderPass Application**. If you already have UnderPass app on your system, please update it to the latest version.
67
69
68
70
:::tip Download the GUI 🔗
69
71
You can download the app directly from your **HyperExecute Dashboard** or simply click the links below based on your operating system:
@@ -72,22 +74,24 @@ You can download the app directly from your **HyperExecute Dashboard** or simply
72
74
-**[Download for Linux](https://downloads.lambdatest.com/underpass/master/UnderPass.AppImage)**
73
75
:::
74
76
75
-
## Getting Started in 4 Simple Steps
77
+
## Demo Walkthrough
76
78
---
79
+
For those who prefer a hands-on, visual approach, we’ve created a comprehensive video tutorial to get you up and running quickly. Checkout this video demo which walks you through the step by step process of using the GUI App using a demo project.
77
80
78
-
### Demo Walkthrough
79
-
80
-
Please checkout this video demo which walks you through the step by step process of using the GUI App using a demo project. All the steps taken in this video are explained in detail in the following step by step guide too.
81
+
All the steps taken in this video are explained in detail in the following step by step guide too.
Launch the application, log in with your LambdaTest credentials, and select your test project folder. The GUI will automatically analyze your project i.e.:
88
92
89
93
- Detect your testing framework and language
90
-
-Verify and manages network connectivity
94
+
-Verifies network connectivity (enabling a tunnel if needed) and checks LambdaTest URL access (prompting for proxy settings if required)
91
95
- Set up a secure connection to your account
92
96
93
97
:::tip Sample Project 🔗
@@ -130,6 +134,23 @@ Click on the **Run Test** button to start the test execution. A pop with job sta
If you’re a HyperExecute YAML user, you can easily import your existing YAML configurations into the GUI. Here’s how:
140
+
141
+
#### 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.
143
+
144
+
#### 2. Option to Import After Project Creation:
145
+
If your project is already set up or you want to update the run config using a YAML file later:
146
+
- Go to the Project Details screen.
147
+
- Click “Load Config.”
148
+
- 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.
0 commit comments