Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadesc: "Fix access blocked errors when downloading Testsigma Agent by whiteli
noindex: false
order: 11.95
page_id: ""
search_keyword: "how-to-resolve-access-blocked-errors-when-downloading-the-agent-?"
search_keyword: "how-to-resolve-access-blocked-errors-when-downloading-the-agent"
warning: false
contextual_links:
- type: section
Expand All @@ -29,31 +29,31 @@ When attempting to download Testsigma Agent, you may see an error indicating tha

1. Whitelist Local Agent, Cloud App, Cloud Audit, Cloud ID, and Cloud Addon domains/IPs

**Domain:** [app.testsigma.com](https://app.testsigma.com)
**Domain:** `app.testsigma.com`

**IPs:**
- 166.117.52.243
- 166.117.190.246

2. Whitelist Testsigma Tunnels (used by Local Agent)

**Domain:** [connect.testsigma.com](https://connect.testsigma.com)
**Domain:** `connect.testsigma.com`

**IPs:**
- 166.117.49.200
- 166.117.156.234

3. Whitelist Mobile Recorder (used by Cloud in browser)

**Domain:** [mobilerecorder.testsigma.com](https://mobilerecorder.testsigma.com)
**Domain:** `mobilerecorder.testsigma.com`

**IPs:**
- 166.117.86.235
- 166.117.227.251

4. Whitelist Asset Proxy (used by Cloud and Local Agent)

**Domain:** [asset-proxy.testsigma.com](https://asset-proxy.testsigma.com)
**Domain:** `asset-proxy.testsigma.com`

**IPs:**
- 166.117.67.252
Expand All @@ -68,21 +68,21 @@ When attempting to download Testsigma Agent, you may see an error indicating tha

6. Whitelist Additional Domains for Local Agent
- **Chrome Drivers**
- [googlechromelabs.github.io](http://googlechromelabs.github.io)
- [chromedriver.storage.googleapis.com](http://chromedriver.storage.googleapis.com)
- [storage.googleapis.com](http://storage.googleapis.com)
- [registry.npmmirror.com](http://registry.npmmirror.com)
- [http://raw.githubusercontent.com](http://raw.githubusercontent.com/)
- `googlechromelabs.github.io`
- `chromedriver.storage.googleapis.com`
- `storage.googleapis.com`
- `registry.npmmirror.com`
- `http://raw.githubusercontent.com`
- **Firefox Drivers**
- [http://raw.githubusercontent.com](http://raw.githubusercontent.com/)
- [registry.npmmirror.com](http://registry.npmmirror.com)
- `http://raw.githubusercontent.com`
- `registry.npmmirror.com`
- **Edge Drivers**
- [https://msedgewebdriverstorage.blob.core.windows.net/](https://msedgewebdriverstorage.blob.core.windows.net/)
- `https://msedgewebdriverstorage.blob.core.windows.net/`
- **IE Drivers**
- [msedgewebdriverstorage.blob.core.windows.net](http://msedgewebdriverstorage.blob.core.windows.net)
- `msedgewebdriverstorage.blob.core.windows.net`

7. Whitelist Additional Testsigma Services
- [static-id.testsigma.com](static-id.testsigma.com)
- [id.testsigma.com](https://id.testsigma.com)
- `static-id.testsigma.com`
- `id.testsigma.com`

---
2 changes: 1 addition & 1 deletion src/pages/docs/atto/generative-ai/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Testsigma also integrates seamlessly with tools like Jira, Figma, Xray, GitHub,

- [Generate Test Cases from Swagger Schema](https://testsigma.com/docs/genai-capabilities/generate-tests-from-swagger/)

- [Generate Test Cases from User Actions](https://testsigma.com/docs/atto/generative-ai/generate-tests/user-actions/)
- [Generate Test Cases from User Actions](https://testsigma.com/docs/genai-capabilities/generate-tests-from-user-actions/)

---

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Testsigma supports [integrations](https://testsigma.com/docs/desired-capabilitie
## **What’s the difference between Testsigma open-source and Cloud?**

The open-source platform is deployed on your local workstation or private server and contains all the core capabilities required to build your test automation system.
The [cloud platform](https://testsigma.com/signup) is a fully managed end-to-end solution with enterprise-level features from an extensive Test Lab to enhance security. [You can learn more about it here.](https://testsigma.com/docs/getting-started/testsigma-community-cloud/)
The [cloud platform](https://testsigma.com/signup) is a fully managed end-to-end solution with enterprise-level features from an extensive Test Lab to enhance security.

---

Expand Down