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
To generate artifacts for your Espresso tests, add the `artifacts: true` flag in your YAML file:
276
+
277
+
```yaml
278
+
report: true
279
+
framework:
280
+
name: "android/espresso"
281
+
args:
282
+
artifacts: true
283
+
...//
284
+
```
285
+
286
+
To download these artifacts in your local machine, you can pass the `--download-artifacts` and `--download-report` flag with the CLI command to execute the tests as shown in the next step.
287
+
## Step 7: Execute your Test Suite
268
288
269
289
> **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**.
270
290
271
291
Run the below command in your terminal at the root folder of the project:
@@ -258,25 +259,38 @@ If you are using the `deviceSelectionStrategy: any`, then in that case all the m
258
259
259
260
:::
260
261
261
-
## Step 5: Execute your Test Suite
262
+
## Step 5: Generate Artifacts
263
+
To generate artifacts for your XCUI tests, add the `artifacts: true` flag in your YAML file:
264
+
265
+
```yaml
266
+
framework:
267
+
name: "ios/xcui"
268
+
args:
269
+
artifacts: true
270
+
...//
271
+
```
272
+
273
+
To download these artifacts in your local machine, you can pass the `--download-artifacts` flag with the CLI command to execute the tests as shown in the next step.
274
+
275
+
## Step 6: Execute your Test Suite
262
276
263
277
> **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**.
264
278
265
279
Run the below command in your terminal at the root folder of the project:
Copy file name to clipboardExpand all lines: docs/supported-appium-versions-on-emulator-simulator.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,27 +81,27 @@ The following table lists the iOS versions supported for app testing, along with
81
81
| 17 |['2.2.1', '2.3.0']|
82
82
| 18 |['2.2.1', '2.3.0']|
83
83
84
-
## 2. Web Testing on Android and iOS
85
-
For mobile web testing, LambdaTest supports various Android and iOS device versions, ensuring that your web applications are responsive and compatible with different browsers and devices. Below are the supported versions for web testing.
84
+
## 2. Web Testing on Android <!--and iOS-->
85
+
For mobile web testing, LambdaTest supports various Android <!--and iOS device--> versions, ensuring that your web applications are responsive and compatible with different browsers and devices. Below are the supported versions for web testing.
86
86
87
-
### 2.1 Supported Android Versions for Web Testing
87
+
<!--### 2.1 Supported Android Versions for Web Testing-->
88
88
The following table lists the Android versions supported for web testing, along with the corresponding Appium versions.
0 commit comments