diff --git a/docs/mobile-apps/automated-testing/espresso-xcuitest/espresso.md b/docs/mobile-apps/automated-testing/espresso-xcuitest/espresso.md index 4702fee8c5..3d9d3d13cd 100644 --- a/docs/mobile-apps/automated-testing/espresso-xcuitest/espresso.md +++ b/docs/mobile-apps/automated-testing/espresso-xcuitest/espresso.md @@ -1304,6 +1304,21 @@ appSettings: --- +#### `resigningEnabled` + +
| OPTIONAL | BOOLEAN | Real Devices Only |
+ +Enables resigning of the app so that it can run on RDC devices when instrumentation features are in use. Set to `true` by default. It must be kept as `true` in order for instrumentation features or AAB builds to work. Can be set to `false` for private and public devices to install the APK to the device as is. + +```yaml +suites: + - name: My Saucy Test + appSettings: + resigningEnabled: true +``` + +--- + #### `audioCapture`| OPTIONAL | BOOLEAN |