diff --git a/assets/images/real-device-app-testing/teams/bulk-distribute.gif b/assets/images/real-device-app-testing/teams/bulk-distribute.gif
new file mode 100644
index 000000000..efcd6ba49
Binary files /dev/null and b/assets/images/real-device-app-testing/teams/bulk-distribute.gif differ
diff --git a/assets/images/real-device-app-testing/teams/deallocate-device.gif b/assets/images/real-device-app-testing/teams/deallocate-device.gif
new file mode 100644
index 000000000..74a8d137d
Binary files /dev/null and b/assets/images/real-device-app-testing/teams/deallocate-device.gif differ
diff --git a/assets/images/real-device-app-testing/teams/edit-allocation.gif b/assets/images/real-device-app-testing/teams/edit-allocation.gif
new file mode 100644
index 000000000..f55810e07
Binary files /dev/null and b/assets/images/real-device-app-testing/teams/edit-allocation.gif differ
diff --git a/assets/images/real-device-app-testing/teams/filters.png b/assets/images/real-device-app-testing/teams/filters.png
new file mode 100644
index 000000000..85db917c8
Binary files /dev/null and b/assets/images/real-device-app-testing/teams/filters.png differ
diff --git a/assets/images/real-device-app-testing/teams/uni-distribute.gif b/assets/images/real-device-app-testing/teams/uni-distribute.gif
new file mode 100644
index 000000000..6563e353b
Binary files /dev/null and b/assets/images/real-device-app-testing/teams/uni-distribute.gif differ
diff --git a/docs/katalon-integration-with-hyperexecute.md b/docs/katalon-integration-with-hyperexecute.md
index 07d16ab70..833c0af80 100644
--- a/docs/katalon-integration-with-hyperexecute.md
+++ b/docs/katalon-integration-with-hyperexecute.md
@@ -80,28 +80,37 @@ It also comes with a built-in interface for codeless automation testing and vali
4. Create the hyperexecute.yaml file in the root directory of your Katalon project with the given parameters:
- ```bash
+ ```yaml
version: 0.1
globalTimeout: 90
testSuiteTimeout: 90
testSuiteStep: 90
- retryOnFailure: false
- maxRetries: 1
+
+ autosplit: true
+
runson: win
- pre:
- - pip install requests # To install pip request
- - python installer.py # To install the certs in the Machine
-
+
tunnel: true
tunnelOpts:
global: true
- autosplit: true
+
concurrency: 2
+
+ pre:
+ - pip install requests # To install pip request
+ - python installer.py # To install the certs in the Machine
+
+ runtime: katalon
+
testDiscovery:
type: raw
mode: dynamic
command: grep -lr 'testSuiteGuid' */*.ts | sed 's/:.*//' | sed 's/.ts//g'
+
testRunnerCommand: katalonc `-noSplash `-runMode=console `-projectPath="G:\foreman\Hyperexecute_Sample\Hyperexecute_Sample.prj" `-retry=0 `-testSuitePath="$test" `-browserType="firefox" `-executionProfile="default" `-apiKey="aaa9402b-6a2e-4621-a4c3-05fe356f5aad" `-`-config `-webui.autoUpdateDrivers=true
+
+ retryOnFailure: false
+ maxRetries: 1
```
Paste the command that you generated from the Katalon UI to fill the **testRunnerCommand** field in the _hyperexecute.yaml_ file.
diff --git a/docs/private-device-allocation-to-teams.md b/docs/private-device-allocation-to-teams.md
new file mode 100644
index 000000000..7a06b451d
--- /dev/null
+++ b/docs/private-device-allocation-to-teams.md
@@ -0,0 +1,104 @@
+---
+id: private-device-allocation-to-teams
+title: Private Device Allocation to Teams
+hide_title: false
+sidebar_label: Private Device Allocation to Teams
+description: Learn real device app testing with LambdaTest across Android and iOS devices. Start testing effortlessly today!
+keywords:
+- private device
+- private decive allocation to teams
+- real device
+- virtual device
+url: https://www.lambdatest.com/support/docs/private-device-allocation-to-teams/
+site_name: LambdaTest
+slug: private-device-allocation-to-teams/
+---
+
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+
+
+The Teams feature for Private Cloud Devices enables organization admins to divide and allocate private cloud devices among teams within their organization which ensures effective resource management. Team members then gain exclusive access to the allocated devices, ensuring efficient and secure testing workflows.
+
+## Steps to Allocate Devices to Teams
+
+### Step 1: Create or Select a Team
+- Go to the Teams section under the Organization Settings
+- Create your [Organization](/support/docs/team-management/#create-an-organization)
+- Then, create your [Team](/support/docs/team-management/#create-your-first-team) and assign members by selecting users from your organization.
+
+### Step 2: Allocate Devices to the Team
+In the **Private Cloud Devices** tab section, distribute your devices amongst your teams for restricted access via:
+
+
+
+
+ - Click on the **Bulk Distribute** button and select all the devices that you want to allocate to the teams.
+ - Click on the **Distribute** button. In the popup, choose the teams from the dropdown list.
+ - Click on the **Allocate** button.
+The devices will now appear in the team’s device pool, accessible only to its members.
+
+
+
+
+
+
+ - Click on the **Allocate** button from the right side of your desired device.
+ - In the popup, choose the teams from the dropdown list.
+ - Click on the **Allocate** button.
+The selected device will now appear in the team’s device pool, accessible only to its members.
+
+
+
+
+
+
+> You can also see tags of all those teams to which those devices are allocated.
+
+## De-Allocate any Device from Teams
+- Click on the **Deallocate** button from the right side of your desired device.
+
+The selected device will no longer appear in all those allocated team’s device pool.
+
+
+
+## Edit Allocatation of any Device
+To edit allocation of any device, or simply if you want to add/remove any team allocation from any particular device then:
+
+- Click on the Edit Allocation button from the right side of your desired device.
+- Select or Deselect your required teams.
+- Click on the **Allocate** button.
+
+
+
+## Filter your Devices
+In the topbar, you have plenty of options to filter your devices based on:
+
+- You can select from the drop down whether you want to see **All Devices**, **Allocated Devices**, or all the **Available Devices** in the table.
+- You can also search for a particular device based on the **device name**, or its **UDID**.
+- **OS :** Select which OS devices you want to allocate or deallocate.
+- **Teams :** Select from which team you want to filter your device and perform allocatation or deallocation of devices.
+
+
\ No newline at end of file
diff --git a/docs/public-cloud-vs-private-cloud.md b/docs/public-cloud-vs-private-cloud.md
index 33ff4994b..310f55e0f 100644
--- a/docs/public-cloud-vs-private-cloud.md
+++ b/docs/public-cloud-vs-private-cloud.md
@@ -1,7 +1,7 @@
---
id: public-cloud-vs-private-cloud
title: Public Cloud VS Private Cloud
-hide_title: true
+hide_title: false
sidebar_label: Public Cloud VS Private Cloud
description: Discover how LambdaTest's private real device cloud ensures seamless app and website functionality across devices with tailored, robust testing solutions for accuracy and flexibility.
keywords:
@@ -38,9 +38,6 @@ slug: public-cloud-vs-private-cloud/
})
}}
>
-
-# Public Cloud vs Private Cloud
-***
In mobile app development, thorough testing on real devices is essential for performance and seamless user experience. Platforms like Public and Private Device Clouds offer access to a variety of real devices for testing, each with differences in accessibility, security, and features. Understanding these nuances is crucial for organizations to choose the right option.
Our detailed document compares Public Device Cloud and Private Device Cloud, focusing on their benefits for real device testing. It considers factors such as device access, session duration, settings control, and testing capabilities allowing organizations to make informed decisions about their testing strategies based on their needs and goals.
@@ -48,7 +45,6 @@ Our detailed document compares Public Device Cloud and Private Device Cloud, foc
## Why Choose Private Cloud
-***
Here is the detailed comparison of Public Cloud and Private Cloud:
diff --git a/docs/select-pre-installed-apps.md b/docs/select-pre-installed-apps.md
index 0799a1587..c5a4ae825 100644
--- a/docs/select-pre-installed-apps.md
+++ b/docs/select-pre-installed-apps.md
@@ -1,7 +1,7 @@
---
id: select-pre-installed-apps
-title: Select Pre-Installed Apps
-hide_title: true
+title: Select Pre-Installed App in Session
+hide_title: false
sidebar_label: Select Pre-Installed Apps
description: Learn real device app testing with LambdaTest across Android and iOS devices. Start testing effortlessly today!
keywords:
@@ -36,12 +36,8 @@ slug: select-pre-installed-apps/
}}
>
-# Select Pre-Installed App in Session
-
LambdaTest empowers developers with a comprehensive testing environment, enabling thorough examination of mobile applications and websites across real devices and browsers. One standout feature is the ability to start testing sessions with pre-installed applications, enhancing efficiency, and reducing test start time, in **private cloud** setups where data retention and reusability are paramount.
-***
-
Let's delve into the streamlined steps to initiate a testing session with pre-installed applications:
**Step 1.** Login to your LambdaTest account. Go to **App Testing** under **Real Device** from the left sidebar.
diff --git a/sidebars.js b/sidebars.js
index 7bf3f6836..1eacc885d 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -1790,7 +1790,7 @@ module.exports = {
type: "category",
collapsed: true,
label: "Private Cloud",
- items: ["public-cloud-vs-private-cloud", "select-pre-installed-apps"],
+ items: ["public-cloud-vs-private-cloud", "select-pre-installed-apps", "private-device-allocation-to-teams"],
},
],
],