Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc to enable Developer Mode for iOS 16 & above #444

Merged
merged 3 commits into from
Jul 15, 2024
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
3 changes: 2 additions & 1 deletion src/left-nav-title.json
Original file line number Diff line number Diff line change
Expand Up @@ -680,5 +680,6 @@
"import-tsrx-files": { "/docs/windows-automation/import-tsrx-files/": "Importing/Updating TSRx Files" },
"record-elements": {"/docs/elements/mobile-web-application/record-elements/": "Record Multiple Elements" },
"add-test-cases-for-mobile-web-app": {"/docs/test-cases/manage/add-test-cases-for-mobile-web-app/": "Test Cases (Mobile Web App)" },
"most-common-issues": { "/docs/troubleshooting/salesforce-testing/most-common-issues/": "Most Common Issues" }
"most-common-issues": { "/docs/troubleshooting/salesforce-testing/most-common-issues/": "Most Common Issues" },
"developer-mode-for-ios": {"/docs/troubleshooting/mobile-apps/developer-mode-for-ios/": "Developer Mode (iOS 16 & Above)" }
}
32 changes: 26 additions & 6 deletions src/pages/docs/runs/test-locally-hosted-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ contextual_links:
- type: section
name: "Contents"
- type: link
name: "Whitelisting Testsigma IP Addresses"
url: "#whitelisting-testsigma-ip-addresses"
name: "1. Whitelisting Testsigma IP Addresses"
url: "#1-whitelisting-testsigma-ip-addresses"
- type: link
name: "Secure Tunnel/VPN"
url: "#secure-tunnelvpn"
name: "2. Secure Tunnel/VPN"
url: "#2-secure-tunnelvpn"
- type: link
name: "3. Testsigma Agent"
url: "#3-testsigma-agent"
---

---
Expand All @@ -25,7 +28,7 @@ Testsigma’s access to applications deployed on your local machine/network is l

---

## **Whitelisting Testsigma IP Addresses**
## **1. Whitelisting Testsigma IP Addresses**

Whitelisting of Testsigma IP addresses is necessary to ensure that the Testsigma servers and lab environments can securely interact with your applications and systems for testing activities. It's a security practice to prevent unauthorized access, and only trusted and verified computers or networks can connect to and interact with the Testsigma environment. This article discusses the whitelisting of Testsigma IPs.

Expand Down Expand Up @@ -54,9 +57,26 @@ For more information, see [Guide to IP Whitelisting](https://www.linkedin.com/pu

---

## **Secure Tunnel/VPN**
## **2. Secure Tunnel/VPN**

Contact support **[email protected]** to learn more about this. Our team will set up this for you.


---

## **3. Testsigma Agent**

You can also test locally hosted applications using the Testsigma Agent, which allows test executions on your local machines. To do this, set up the Testsigma Agent utility on your local machine.

**For setup and execution, refer to the following links:**

- [Setting Up Testsigma Agent](https://testsigma.com/docs/agent/setup-on-windows-mac-linux/)

- [Triggering Tests on Local Devices](https://testsigma.com/docs/agent/trigger-tests-locally/)

- [Executing Test Plans on Local Devices](https://testsigma.com/docs/runs/test-plans-on-local-devices/)

- [Performing Dry Runs on Local Devices](https://testsigma.com/docs/runs/dry-runs-on-local-devices/)


---
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: "Enable Developer Mode (iOS 16 or Above)"
page_title: "Enable Developer Mode (iOS 16 or Above)"
metadesc: "In case you cannot see the developer mode for an iOS device running iOS 16 or above, follow this troubleshooting guide | Enable Developer Mode on iOS 16 & above"
noindex: false
order: 23.694
page_id: Enable Developer Mode (iOS 16 or Above)
warning: false
contextual_links:
- type: section
name: "Contents"
- type: link
name: "Enabling Developer Mode on iOS 16 & Above"
url: "#enabling-developer-mode-on-ios-16--above"
---

---

There might be cases where you cannot see the developer mode option if you use an iOS device running iOS 16 or above. This article discusses how to enable Developer Mode on an iOS device running on iOS 16 or above.

---

## **Enabling Developer Mode on iOS 16 & Above**

1. Connect your **iPhone/iPad** to a **Mac** using a USB cable.

2. Navigate to **Settings** on your iPhone/iPad:

3. In the **Settings** menu, scroll down and tap on **Privacy & Security**.

4. Scroll down and turn on the **Developer Mode** toggle. A prompt to restart will appear. Confirm to restart the device.

5. Once the **Developer Mode** is enabled, restart the device and check if the **Developer Mode** option is now available.

---
Loading