Skip to content

Commit 83ba75d

Browse files
authored
Update test-runs-configurations.md
1 parent acf1da3 commit 83ba75d

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

docs/test-runs-configurations.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,19 @@ slug: test-runs-configurations/
3737
})
3838
}}
3939
></script>
40+
# Configurations in KaneAI & Test Manager
4041
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.
4142

42-
# Creation of Configuration
43+
## Creation of Configuration
4344
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.
4445

4546
:::info
4647
Virtual device option will only be available for non-KaneAI generated test runs.
4748
:::
4849

49-
## Desktop Configuration
50+
### Desktop Configuration
5051

51-
### How to create a new configuration?
52+
#### How to create a new configuration?
5253
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:
5354
- Operating System
5455
- OS Version
@@ -60,13 +61,13 @@ Within a test run, while adding configuration to a test instance, you can choose
6061

6162
---
6263

63-
## Real Device Configuration
64+
### Real Device Configuration
6465

6566
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.
6667

67-
### Native Application
68+
#### Native Application
6869

69-
#### How to select?
70+
##### How to select?
7071
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:
7172
- Device Type
7273
- Operating System
@@ -81,13 +82,13 @@ Within a test run, while adding configuration to a test instance, you can choose
8182
The following options are only available for only KaneAI generated test runs
8283
:::
8384

84-
##### Device Type: Private Cloud vs Public Cloud
85+
###### Device Type: Private Cloud vs Public Cloud
8586
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.
8687

87-
#### Multi‑select for KaneAI configurations
88+
##### Multi‑select for KaneAI configurations
8889
* 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.
8990

90-
#### Application
91+
##### Application
9192

9293
* **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.
9394

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

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

104-
### Browser
105+
#### Browser
105106

106107
:::info
107108
Available for only non-KaneAI generated test runs
108109
:::
109110

110-
#### How to select?
111+
##### How to select?
111112
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:
112113
- Operating System
113114
- Browser
@@ -117,13 +118,14 @@ Within a non-KaneAI generated test run, while adding configuration to a test ins
117118

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

121+
---
120122

121-
## Virtual Device Configuration
123+
### Virtual Device Configuration
122124
:::info
123125
Available for only non-KaneAI generated test runs
124126
:::
125127

126-
### Native Application
128+
#### Native Application
127129
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:
128130
- Operating System
129131
- Manufacturer
@@ -134,9 +136,9 @@ Within a non-KaneAI generated test run, while adding configuration to a test ins
134136
<img loading="lazy" src={require('../assets/images/kane-ai/app-test/VirtualWeb.png').default} alt="kaneai-virtual-web-config" className="doc_img"/>
135137

136138

137-
### Browser
139+
#### Browser
138140

139-
#### How to select?
141+
##### How to select?
140142
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:
141143
- Operating System
142144
- Browser
@@ -149,15 +151,15 @@ Within a non-KaneAI generated test run, while adding configuration to a test ins
149151

150152
---
151153

152-
# Addition of Configuration in Test Runs
154+
## Addition of Configuration in Test Runs
153155

154-
## Using the UI
156+
### Using the UI
155157
1. Open the **Add Configuration** dialog in a test run
156158
2. You can add configurations in two ways:
157159
- Create a new configuration
158160
- Select from existing configurations
159161

160-
## Filtering and Selection Options
162+
### Filtering and Selection Options
161163
* Use the filter chips to narrow down configurations by:
162164
- Operating System
163165
- Device Type
@@ -167,6 +169,7 @@ Within a non-KaneAI generated test run, while adding configuration to a test ins
167169
- Select all configurations matching current filters
168170
- Mass assign configurations to test instances
169171

172+
---
170173

171174
## Best Practices
172175
1. Use descriptive configuration names for easy identification

0 commit comments

Comments
 (0)