Skip to content

Commit 09018e1

Browse files
authored
Merge pull request #3416 from surishubham/lt-docs
Merge pull request #3415 from surishubham/testmuCom
2 parents 08232cb + 4b6c765 commit 09018e1

4 files changed

Lines changed: 34 additions & 21 deletions

File tree

docs/apple-pay-auto.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ To unlock this feature, purchase or upgrade to the required [plan](https://www.t
4747
## Supported Devices
4848
Currently, the Device Passcode feature in App Automation is enabled on the following iOS real devices:
4949

50-
| iOS Device | iOS Version |
51-
|--------------|-------------|
52-
| iPhone 16 | 18 |
53-
| iPhone 15 | 17 |
54-
| iPhone 14 | 16 |
55-
| iPhone 13 | 15 |
50+
| iOS Device | iOS Version |
51+
|-------------|-------------|
52+
| iPhone 17 | 26 |
53+
| iPhone 16 | 18 |
54+
| iPhone 15 | 17 |
55+
| iPhone 14 | 16 |
56+
| iPhone 13 | 15 |
5657

5758
> We are actively working on expanding coverage to **all supported iOS devices** on <BrandName /> Real Device Cloud.
5859
---
@@ -98,7 +99,7 @@ To enable Apple Pay automation, include the following capability in your automat
9899
// highlight-next-line
99100
"applePay": true,
100101
// highlight-next-line
101-
"applePayCardType": ["visa", "master"],
102+
"applePayCardType": ["visa", "master"]
102103
}`}
103104
</CodeBlock>
104105
</TabItem>

docs/apple-pay-manual.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,13 @@ To unlock this feature, purchase or upgrade to the required [plan](https://www.t
4949

5050
Currently, Apple Pay manual testing in App Live is supported on these iOS real devices:
5151

52-
| iOS Device | iOS Version |
53-
|--------------|-------------|
54-
| iPhone 16 | 18 |
55-
| iPhone 15 | 17 |
56-
| iPhone 14 | 16 |
57-
| iPhone 13 | 15 |
52+
| iOS Device | iOS Version |
53+
|-------------|-------------|
54+
| iPhone 17 | 26 |
55+
| iPhone 16 | 18 |
56+
| iPhone 15 | 17 |
57+
| iPhone 14 | 16 |
58+
| iPhone 13 | 15 |
5859

5960
> We are actively working on expanding coverage to **all supported iOS devices** on <BrandName /> Real Device Cloud.
6061
@@ -64,7 +65,7 @@ Currently, Apple Pay manual testing in App Live is supported on these iOS real d
6465

6566
### Step 1: Enable Apple Pay in Advanced Settings
6667

67-
1. Open **App Live** and select your desired iOS device.
68+
1. Open **App Testing Live** or **Browser Testing Live** and select your desired iOS device.
6869
2. Navigate to **Advanced Settings**.
6970
3. Locate the **Apple Pay** toggle and enable it, and confirm the device selection accordingly.
7071
- ![Apple Pay Toggle](../assets/images/real-device-app-testing/Apple_Pay/Apple-Pay-Filter.png)
@@ -87,8 +88,7 @@ Currently, Apple Pay manual testing in App Live is supported on these iOS real d
8788
Within the App Live session, you can use Apple Pay via the **Assistive Touch** option. Simply click on Apple Pay, and you will be prompted to enter the device passcode (default is `123456`). Once the passcode is entered, you can complete a payment through Apple Pay, simulating a real user transaction.
8889

8990
:::info
90-
- If the **Wallet** is not set up on the device, the **Apple Pay** option will not appear through **Assistive Touch**. Please ensure Wallet is configured before attempting to access Apple Pay.
91-
- Within a single session, only one card can be selected. To switch cards, you’ll need to start a new session with the desired card.
91+
- Within a single session, only one card can be selected. To switch cards, you’ll need to start a new session and continue adding your desired card.
9292
:::
9393

9494
---

docs/device-passcode-appautomation.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ To unlock this feature, purchase or upgrade to the required [plan](https://www.t
8282

8383
---
8484

85-
### Android Devices
86-
Available on **all real devices** running on **version 11 and above**.
87-
8885
## Default Passcode
8986
- **iOS:** `123456`
9087
- **Android:** `1234`

docs/lambdatest-public-ip.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,17 @@ Configure it as an **outbound** allow rule.
145145

146146
### Hostnames
147147

148-
| Hostname |
149-
|----------|
148+
| Hostname |
149+
|----------------------------|
150150
| `stun-us-2.lambdatest.com` |
151151
| `stun-ap-2.lambdatest.com` |
152152
| `stun-eu-2.lambdatest.com` |
153153
| `stun-us-1.lambdatest.com` |
154154
| `stun-as-1.lambdatest.com` |
155155
| `stun-eu-1.lambdatest.com` |
156156

157+
Instead of adding each hostname individually, you can whitelist the wildcard domain **`*.lambdatest.com`** to allow all of them at once.
158+
157159

158160
## Guacamole Servers {#guacamole-servers-ips}
159161

@@ -185,6 +187,19 @@ Whitelist these IP addresses to allow WebSocket (WS/WSS) communication for devic
185187
| `54.254.173.86` |
186188

187189

190+
## SSE Connections {#sse-connections-ips}
191+
192+
Whitelist these domains to allow Server-Sent Events (SSE) streaming, which delivers real-time session, device, and test execution updates to your browser or client. Configure them as **outbound** allow rules.
193+
194+
| Hostname |
195+
|---------------------------------|
196+
| `kaneaivm-india.lambdatest.com` |
197+
| `kaneaivm-us.lambdatest.com` |
198+
| `device.lambdatest.com` |
199+
200+
Instead of adding each hostname individually, you can whitelist the wildcard domain **`*.lambdatest.com`** to allow all of them at once.
201+
202+
188203
:::note
189204
- If you prefer not to whitelist the product-specific public IP ranges listed below, consider using a **Dedicated Proxy**.
190205

0 commit comments

Comments
 (0)