Skip to content

Commit

Permalink
Update real-devices.md (#3042)
Browse files Browse the repository at this point in the history
Removed the space that was in this code block for appium:noReset

```js
"appium:noReset" : "true",
"sauce:options" : {
  "cacheId" : "jnc0x1256",
}
```
  • Loading branch information
lee-133 authored and si-net committed Dec 16, 2024
1 parent 4fdfe1f commit 8503850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mobile-apps/automated-testing/appium/real-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ To optimize device availability, consistency, and efficiency for multiple tests,
To skip the uninstallation and reinstallation of your app from the device, you can set `noReset` to `true` in conjunction with using a `cacheId`. This setting adds efficiency, but may not be suitable for test setups that require the app's state to be reset between tests.

```js
"appium: noReset" : "true",
"appium:noReset" : "true",
"sauce:options" : {
"cacheId" : "jnc0x1256",
}
Expand Down

0 comments on commit 8503850

Please sign in to comment.