From ac4d5d17412cbc800dea0e273ba62527998818b6 Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Thu, 25 Sep 2025 16:58:55 +0530 Subject: [PATCH 1/2] added the HYP tunnel IP --- docs/lambdatest-public-ip.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/lambdatest-public-ip.md b/docs/lambdatest-public-ip.md index c2c0435b8..24e16b735 100644 --- a/docs/lambdatest-public-ip.md +++ b/docs/lambdatest-public-ip.md @@ -98,6 +98,11 @@ These are the list of the IP ranges that you need to whitelist with respect to t - **52.36.84.247** - **13.126.37.58** - **3.66.78.89** +- **20.106.137.134** +- **20.28.8.59** +- **20.235.62.15** +- **50.85.251.115** +- **20.171.1.172** ## LambdaTest Integration Tools - **3.208.126.109** \ No newline at end of file From 1ea5afc1a3ea1ca7d11a03fc6fef1338ca095d2c Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Thu, 25 Sep 2025 17:03:21 +0530 Subject: [PATCH 2/2] updated the note for the cypress - bypassproxy --- docs/bypass-proxy-domains.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/bypass-proxy-domains.md b/docs/bypass-proxy-domains.md index cb241cc89..3124348a8 100644 --- a/docs/bypass-proxy-domains.md +++ b/docs/bypass-proxy-domains.md @@ -63,4 +63,6 @@ String bypassProxyDomains[] = { "127.0.0.1", "localhost", "todomvc" }; capabilities.setCapability("dedicatedProxy", true); capabilities.setCapability("bypassProxyDomains", bypassProxyDomains); -``` \ No newline at end of file +``` + +> **Note :** Cypress currently does not support bypassing the domains `127.0.0.1` and `localhost` when using the `bypassProxyDomains` capability \ No newline at end of file