From 26890bca80fe9a7e381e4ada776d0aab427a8f7d Mon Sep 17 00:00:00 2001 From: Saksham Arora Date: Tue, 12 Aug 2025 21:29:25 +0530 Subject: [PATCH] Updated documentation --- docs/espresso-supported-capabilities.md | 1 + docs/xcui-supported-capibilities.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/espresso-supported-capabilities.md b/docs/espresso-supported-capabilities.md index 03abcf439..68ea44619 100644 --- a/docs/espresso-supported-capabilities.md +++ b/docs/espresso-supported-capabilities.md @@ -67,6 +67,7 @@ This document provide details about the features and capabilities supported for | disableAnimation | Boolean | Set this to `true` if you want to disable animations for espresso tests. **Default:** `false` | | clearPackageData | Boolean | Set this to `true` if you want to clear the app data after each test has completed running. **Default**: `false` | | singleRunnerInvocation | Boolean | Set this to `true` if you want to execute test cases together with a `single test runner invocation`.This can help significantly speed up the test execution time. By default, each test case is invoked separately. **Default:** `false` | +| testRemarks

| Boolean | Set to `true` to surface failure remarks at the top of the dashboard when a test fails. Has no effect on passing tests. **Default**: `false`. | :::note Ensure that the latitude is between -90 and 90, and the longitude is between -180 and 180. Otherwise, an error will occur like "Invalid GPS location: Latitude must be between -90 and +90, Longitude must be between -180 and +180." diff --git a/docs/xcui-supported-capibilities.md b/docs/xcui-supported-capibilities.md index fb60eecc9..c7d190e4b 100644 --- a/docs/xcui-supported-capibilities.md +++ b/docs/xcui-supported-capibilities.md @@ -64,6 +64,7 @@ This document provide details about the features and capabilities supported for | tunnel, tunnelName | Boolean | To activate the tunnel mode, pass the value as `tunnel: true` and provide the name of your tunnel as `tunnelName: NewTunnel` | | enableBluetooth | Boolean | Used to enable the bluetooth functionality during the session. Example: `enableBluetooth: true`| | resignApp

Not supported in **Virtual Devices** | Boolean | Set this to `false` if you want to to prevent the apps from being re-signed. The app should be built for enterprise distribution. | +| testRemarks

| Boolean | Set to `true` to surface failure remarks at the top of the dashboard when a test fails. Has no effect on passing tests. **Default**: `false`. | :::note Ensure that the latitude is between -90 and 90, and the longitude is between -180 and 180. Otherwise, an error will occur like "Invalid GPS location: Latitude must be between -90 and +90, Longitude must be between -180 and +180."