Skip to content

Commit 03bcabf

Browse files
Updated documentation
1 parent 43b768c commit 03bcabf

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed
58.3 KB
Loading
68.8 KB
Loading
59.2 KB
Loading

docs/app-auto-network-throttling.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,14 @@ To utilize the **networkProfile** capability, ensure that you include `network:
125125
```python
126126
driver.execute_script("updateNetworkProfile=offline")
127127
```
128+
:::note
129+
Currently, for iOS, we do not support any capability or LambdaHook for offline mode.
130+
:::
128131

129-
#### iOS
130-
131-
- **LambdaHook:** You can also switch to offline mode during the test execution with the following command:
132-
```python
133-
driver.execute_script("updateNetworkProfile=offline")
134-
```
135132

136133
## Toggle Offline/Online Mode via API
137134

138-
- For both iOS and android devices you can use the offline/online mode API as well within the running test session:
135+
- For android devices you can use the offline/online mode API as well within the running test session:
139136

140137
```bash
141138
curl --location 'https://mobile-api.lambdatest.com/mobile-automation/api/v1/sessions/<session-id>/update_network' \

docs/app-manager.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,23 @@ Once your apps are uploaded, you can easily search and filter them using the too
128128
<img loading="lazy" src={require('../assets/images/real-device-app-testing/APP_MANAGER_VERSION_CONTROL.png').default} className="doc_img"/>
129129
---
130130

131+
### Release Notes for Versions
132+
For each app version, you can add multiline release notes to help differentiate between multiple builds.
133+
- To add release notes, open the three dots menu on the desired version in the App Card and click Version Details.
134+
<img loading="lazy" src={require('../assets/images/real-device-app-testing/App_Manager_r1.png').default} className="doc_img"/>
135+
- Inside Version Details, you’ll see an option to enter release notes.
136+
<img loading="lazy" src={require('../assets/images/real-device-app-testing/App_Manager_r2.png').default} className="doc_img"/>
137+
- Once added, a notes icon appears on the version. On hover, the release note is shown directly from the App Card.
138+
<img loading="lazy" src={require('../assets/images/real-device-app-testing/App_Manager_r3.png').default} className="doc_img"/>
139+
140+
:::info
141+
- Maximum release notes length is upto 500 characters.
142+
- On hover, only the first 100 characters are displayed, followed by ... if the text is longer.
143+
- Only the owner of the version has permission to add or edit release notes, Other users can only view them.
144+
:::
145+
146+
---
147+
131148
## Launching an App on a Real Device
132149
Once a specific version is selected:
133150

0 commit comments

Comments
 (0)