Skip to content

Commit

Permalink
Added resigning docs for espresso
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoperini authored Jan 21, 2025
1 parent 19e2adc commit 7ade9c3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/mobile-apps/automated-testing/espresso-xcuitest/espresso.md
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,21 @@ appSettings:

---

#### `resigningEnabled`

<p><small>| OPTIONAL | BOOLEAN | <span className="sauceGreen">Real Devices Only</span> |</small></p>

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`

<p><small>| OPTIONAL | BOOLEAN |</small></p>
Expand Down

0 comments on commit 7ade9c3

Please sign in to comment.