Skip to content

Commit b3d341e

Browse files
authored
Merge pull request LambdaTest#1620 from Private1647/stage
Update test runs config
2 parents bc4b6ff + 83ba75d commit b3d341e

File tree

1 file changed

+25
-28
lines changed

1 file changed

+25
-28
lines changed

docs/test-runs-configurations.md

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ site_name: LambdaTest
1414
slug: test-runs-configurations/
1515
---
1616

17-
import Tabs from '@theme/Tabs';
18-
import TabItem from '@theme/TabItem';
19-
import CodeBlock from '@theme/CodeBlock';
20-
import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";
21-
2217
<script type="application/ld+json"
2318
dangerouslySetInnerHTML={{ __html: JSON.stringify({
2419
"@context": "https://schema.org",
@@ -42,18 +37,19 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
4237
})
4338
}}
4439
></script>
40+
# Configurations in KaneAI & Test Manager
4541
This document explains how application and environment configurations behave across **Test Manager (TM)** and **KaneAI** for **Desktop**, **Real Device** and **Virtual Device** within test runs.
4642

47-
# Creation of Configuration
43+
## Creation of Configuration
4844
A new configuration can be created during creation or edit of a test run. While creating a configuration, users can choose either Desktop, Virtual Device or Real device.
4945

50-
::: tip
46+
:::info
5147
Virtual device option will only be available for non-KaneAI generated test runs.
5248
:::
5349

54-
## Desktop Configuration
50+
### Desktop Configuration
5551

56-
### How to create a new configuration?
52+
#### How to create a new configuration?
5753
Within a test run, while adding configuration to a test instance, you can choose to create a new configuration. By default, a desktop configuration is selected. You can then add the `Configuration Name` and the `Configuration Details`. You need to add the following fields:
5854
- Operating System
5955
- OS Version
@@ -65,13 +61,13 @@ Within a test run, while adding configuration to a test instance, you can choose
6561

6662
---
6763

68-
## Real Device Configuration
64+
### Real Device Configuration
6965

7066
Real device configuration supports two options for `native app` and `mobile browser` configurations. The option for `native app` is supported for only KaneAI test runs, while `mobile browser` is supported for both KaneAI and non-KaneAI test runs.
7167

72-
### Native Application
68+
#### Native Application
7369

74-
#### How to select?
70+
##### How to select?
7571
Within a test run, while adding configuration to a test instance, you can choose to create a new configuration and select the `Real Device` section from the top navigation. You can then add the `Configuration Name` and the `Configuration Details`. You need to add the following fields:
7672
- Device Type
7773
- Operating System
@@ -82,17 +78,17 @@ Within a test run, while adding configuration to a test instance, you can choose
8278

8379
<img loading="lazy" src={require('../assets/images/kane-ai/app-test/RealDeviceConfig.png').default} alt="kaneai-real-device-config" className="doc_img"/>
8480

85-
::: tip
81+
:::info
8682
The following options are only available for only KaneAI generated test runs
8783
:::
8884

89-
##### Device Type: Private Cloud vs Public Cloud
85+
###### Device Type: Private Cloud vs Public Cloud
9086
Available for organisations with a private cloud real device plan with LambdaTest. The option allows for users to choose from set of public pool of devices vs private pool dedicated specifically for that organisation.
9187

92-
#### Multi‑select for KaneAI configurations
88+
##### Multi‑select for KaneAI configurations
9389
* KaneAI allows multi‑select for Manufacturer, Device, and OS Version to allow for larger set of device pool for any configuration. Using multiple devices ensures that you always are able to proceed with executions on HyperExecute.
9490

95-
#### Application
91+
##### Application
9692

9793
* **Auto Update** – If you have new builds for application being uploaded quite frequently, ensure to check the `Update automatically when a new version is uploaded` option while selecting application in the configuration. This ensures that based on `appPackage` or `bundleId`, we automatically update your configuration with the latest build.
9894

@@ -106,13 +102,13 @@ Available for organisations with a private cloud real device plan with LambdaTes
106102

107103
<img loading="lazy" src={require('../assets/images/kane-ai/app-test/PreinstalledApp.png').default} alt="kaneai-preinstalled-app" className="doc_img"/>
108104

109-
### Browser
105+
#### Browser
110106

111-
::: tip
107+
:::info
112108
Available for only non-KaneAI generated test runs
113109
:::
114110

115-
#### How to select?
111+
##### How to select?
116112
Within a non-KaneAI generated test run, while adding configuration to a test instance, you can choose to create a new configuration and select the `Real Device` section from the top navigation. The choose the `Web Browser` option. You can then add the `Configuration Name` and the `Configuration Details`. You need to add the following fields:
117113
- Operating System
118114
- Browser
@@ -122,14 +118,14 @@ Within a non-KaneAI generated test run, while adding configuration to a test ins
122118

123119
<img loading="lazy" src={require('../assets/images/kane-ai/app-test/RDWebBrowser.png').default} alt="kaneai-rd-web-config" className="doc_img"/>
124120

121+
---
125122

126-
## Virtual Device Configuration
127-
128-
::: tip
123+
### Virtual Device Configuration
124+
:::info
129125
Available for only non-KaneAI generated test runs
130126
:::
131127

132-
### Native Application
128+
#### Native Application
133129
Within a non-KaneAI generated test run, while adding configuration to a test instance, you can choose to create a new configuration and select the `Virtual Device` section from the top navigation. The choose the `Mobile App` option. You can then add the `Configuration Name` and the `Configuration Details`. You need to add the following fields:
134130
- Operating System
135131
- Manufacturer
@@ -140,9 +136,9 @@ Within a non-KaneAI generated test run, while adding configuration to a test ins
140136
<img loading="lazy" src={require('../assets/images/kane-ai/app-test/VirtualWeb.png').default} alt="kaneai-virtual-web-config" className="doc_img"/>
141137

142138

143-
### Browser
139+
#### Browser
144140

145-
#### How to select?
141+
##### How to select?
146142
Within a non-KaneAI generated test run, while adding configuration to a test instance, you can choose to create a new configuration and select the `Virtual Device` section from the top navigation. The choose the `Web Browser` option. You can then add the `Configuration Name` and the `Configuration Details`. You need to add the following fields:
147143
- Operating System
148144
- Browser
@@ -155,15 +151,15 @@ Within a non-KaneAI generated test run, while adding configuration to a test ins
155151

156152
---
157153

158-
# Addition of Configuration in Test Runs
154+
## Addition of Configuration in Test Runs
159155

160-
## Using the UI
156+
### Using the UI
161157
1. Open the **Add Configuration** dialog in a test run
162158
2. You can add configurations in two ways:
163159
- Create a new configuration
164160
- Select from existing configurations
165161

166-
## Filtering and Selection Options
162+
### Filtering and Selection Options
167163
* Use the filter chips to narrow down configurations by:
168164
- Operating System
169165
- Device Type
@@ -173,6 +169,7 @@ Within a non-KaneAI generated test run, while adding configuration to a test ins
173169
- Select all configurations matching current filters
174170
- Mass assign configurations to test instances
175171

172+
---
176173

177174
## Best Practices
178175
1. Use descriptive configuration names for easy identification

0 commit comments

Comments
 (0)