You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/accessibility-update-devtools-extension.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,12 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
43
43
44
44
Keeping your LambdaTest Accessibility DevTools Chrome extension updated ensures you have the latest features, improvements, and security patches. Follow the detailed steps below to update your extension.
Copy file name to clipboardExpand all lines: docs/app-automation-on-emulators-simulators.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,14 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
39
39
}}
40
40
></script>
41
41
42
+
LambdaTest enables developers and testers to automate mobile app testing using cloud-based emulators and simulators. This eliminates the need for physical devices, streamlining the process of validating app functionality across a wide range of configurations.
Real device app testing is the process of testing a mobile application to ensure that their functionality and usability is not comprised when installed across multiple Android and iOS devices. With LambdaTest, you can test mobile applications manually to ensure they perform seamlessly across 3000 + real mobile devices.
Real device browser testing refers to the process of testing web applications and websites on real devices such as smartphones, tablets, and computers to ensure that the user interface and user experience are optimal across various device types, operating systems, and browser combinations. With LambdaTest’s real device cloud, you can test websites and web applications to ensure they perform seamlessly across 3000 + real mobile devices.
43
43
44
-
Below are the steps to run your first browser test on LambdaTest's Real Device Cloud:
Real-Time Desktop Web Browser Testing allows you to test your websites and web applications directly on live desktop browsers. This approach allows developers, testers, and QA professionals to interact with their web applications across various browser environments, operating systems, and versions without the need to configure complex infrastructure on local machines. Whether you want to verify cross-browser compatibility, perform functional testing, or check responsive design, this process provides a seamless way to carry out testing efficiently.
47
+
Real-Time Desktop Web Browser Testing on LambdaTest allows you to test your websites and web applications directly on live desktop browsers. This approach allows developers, testers, and QA professionals to interact with their web applications across various browser environments, operating systems, and versions without the need to configure complex infrastructure on local machines.
This flag updates the hyperexecute binary version.
141
+
142
+
```bash
143
+
hyperexecute update
144
+
```
145
+
146
+
***
147
+
127
148
### `--concurrency`
128
149
This flag allows you to define the number of concurrent sessions running on HyperExecute. For more information on concurrency, go to [this page](/support/docs/hyperexecute-auto-split-strategy/).
129
150
```bash
@@ -139,6 +160,11 @@ This flag allows you to enter a custom location where you can download the Hyper
139
160
```
140
161
***
141
162
163
+
### `--disable-updates`
164
+
This flag allows you to disable the auto updation of your HyperExecute binary.
165
+
166
+
***
167
+
142
168
### `--download-artifacts`
143
169
This flag allows you to download all the test related results that are generated by your testing framework. You can use this key if you want to download the artifacts.
144
170
@@ -152,6 +178,8 @@ This flag allows you to download all the test related results that are generated
152
178
- For Espresso with private devices HyperExecute can download user generated artefacts.
153
179
:::
154
180
181
+
***
182
+
155
183
### `--download-artifacts-path`
156
184
In case you want the artifacts to be downloaded to a specific directory, please provide the exact path followed by the flag as shown in the example below.
157
185
@@ -161,6 +189,8 @@ In case you want the artifacts to be downloaded to a specific directory, please
161
189
</CodeBlock>
162
190
</div>
163
191
192
+
***
193
+
164
194
### `--download-artifacts-zip`
165
195
If you want to download the zip file of the artifacts for a job.
0 commit comments