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
| Linux |https://downloads.lambdatest.com/hyperexecute/linux/hyperexecute|
82
82
83
-
### Setup Environment Variable
84
-
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).
85
-
86
-
Run the below mentioned commands in your terminal to setup the CLI and the environment variables.
set LT_ACCESS_KEY="${ YOUR_LAMBDATEST_ACCESS_KEY()}"`}
106
-
</CodeBlock>
107
-
</div>
108
-
109
-
</TabItem>
110
-
</Tabs>
111
-
112
83
## Step 3: Upload your Application
113
84
Upload your <b>_android_</b> application (.apk file) or <b>iOS</b> application (.ipa file) to the LambdaTest servers using our <b>REST API</b>. You need to provide your <b>Username</b> and <b>AccessKey</b> in the format `Username:AccessKey` in the <b>cURL</b> command for authentication.
114
85
@@ -195,23 +166,85 @@ This ensures that each test result is saved with a unique name like test1.xml, t
195
166
## Step 6: Execute your Test Suite
196
167
> **NOTE :** In case of MacOS, if you get a permission denied warning while executing CLI, simply run **`chmod u+x ./hyperexecute`** to allow permission. In case you get a security popup, allow it from your **System Preferences** → **Security & Privacy** → **General tab**.
197
168
198
-
Run the below command in your terminal at the root folder of the project:
## Additional Information: Launching Pre-Installed Apps with Maestro
184
+
In some cases, you may want to test against a pre-installed application on the device (instead of uploading and installing a new APK/IPA). Maestro supports this by allowing you to specify the app’s package identifier (Android) or bundle identifier (iOS) in your test configuration.
> **NOTE :** In case of MacOS, if you get a permission denied warning while executing CLI, simply run **`chmod u+x ./hyperexecute`** to allow permission. In case you get a security popup, allow it from your **System Preferences** → **Security & Privacy** → **General tab**.
0 commit comments