Skip to content

Commit 31238bf

Browse files
authored
Merge pull request #3415 from surishubham/testmuCom
Testmu com
2 parents 6649f76 + ad22911 commit 31238bf

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
@@ -51,12 +51,13 @@ This guide covers the **Appium** flow. Apple Pay is also supported for **Playwri
5151
## Supported Devices
5252
Currently, the Device Passcode feature in App Automation is enabled on the following iOS real devices:
5353

54-
| iOS Device | iOS Version |
55-
|--------------|-------------|
56-
| iPhone 16 | 18 |
57-
| iPhone 15 | 17 |
58-
| iPhone 14 | 16 |
59-
| iPhone 13 | 15 |
54+
| iOS Device | iOS Version |
55+
|-------------|-------------|
56+
| iPhone 17 | 26 |
57+
| iPhone 16 | 18 |
58+
| iPhone 15 | 17 |
59+
| iPhone 14 | 16 |
60+
| iPhone 13 | 15 |
6061

6162
> We are actively working on expanding coverage to **all supported iOS devices** on <BrandName /> Real Device Cloud.
6263
---
@@ -102,7 +103,7 @@ To enable Apple Pay automation, include the following capability in your automat
102103
// highlight-next-line
103104
"applePay": true,
104105
// highlight-next-line
105-
"applePayCardType": ["visa", "master"],
106+
"applePayCardType": ["visa", "master"]
106107
}`}
107108
</CodeBlock>
108109
</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
@@ -149,15 +149,17 @@ Configure it as an **outbound** allow rule.
149149

150150
### Hostnames
151151

152-
| Hostname |
153-
|----------|
152+
| Hostname |
153+
|----------------------------|
154154
| `stun-us-2.lambdatest.com` |
155155
| `stun-ap-2.lambdatest.com` |
156156
| `stun-eu-2.lambdatest.com` |
157157
| `stun-us-1.lambdatest.com` |
158158
| `stun-as-1.lambdatest.com` |
159159
| `stun-eu-1.lambdatest.com` |
160160

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

162164
## Guacamole Servers {#guacamole-servers-ips}
163165

@@ -189,6 +191,19 @@ Whitelist these IP addresses to allow WebSocket (WS/WSS) communication for devic
189191
| `54.254.173.86` |
190192

191193

194+
## SSE Connections {#sse-connections-ips}
195+
196+
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.
197+
198+
| Hostname |
199+
|---------------------------------|
200+
| `kaneaivm-india.lambdatest.com` |
201+
| `kaneaivm-us.lambdatest.com` |
202+
| `device.lambdatest.com` |
203+
204+
Instead of adding each hostname individually, you can whitelist the wildcard domain **`*.lambdatest.com`** to allow all of them at once.
205+
206+
192207
:::note
193208
- If you prefer not to whitelist the product-specific public IP ranges listed below, consider using a **Dedicated Proxy**.
194209

0 commit comments

Comments
 (0)