Skip to content

Commit f6e1d02

Browse files
Aman1905Ishavyas9
authored andcommitted
updated the tunnel pages
1 parent 15b8fbc commit f6e1d02

6 files changed

+61
-139
lines changed

docs/getting-started-with-desktop-browser-real-time-testing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ Real-Time Desktop Web Browser Testing is the process of testing websites and web
4848

4949
## Launch the Virtual Machine
5050

51-
Navigate to the Real Time Testing section and select **Desktop** from the **Web Browser Testing** section. To test a website, enter its URL and select your **Operating System**, **browser**, **browser version**, and **screen resolution**.
52-
53-
Afterwards click on the **Start** button to initiate the testing process.
51+
- Navigate to the Real Time Testing section.
52+
- Select **Desktop** from the **Web Browser Testing** section.
53+
- To test a website, enter its URL and select your **Operating System**, **browser**, **browser version**, and **screen resolution**.
54+
- Afterwards click on the **Start** button to initiate the testing process.
5455

5556
<img loading="lazy" src={require('../assets/images/real-time-testing/web-browser/getting-started-with-desktop-browser.gif').default} alt="Image" className="doc_img"/>

docs/getting-started-with-mobile-app-real-time-testing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ Real-Time Mobile App Testing is the process of testing mobile applications direc
4848

4949
## Launch the Virtual Machine
5050

51-
Navigate to the Real Time Testing section and select **Virtual Mobile** from the **App Testing** section. To test your application, enter its URL or upload your application from your local machine and select your **Device** - Andoroid, iOS, or [ChromeOS](/support/docs/chrome-os-testing/), and its version.
52-
53-
Afterwards click on the **Start** button to initiate the testing process.
51+
- Navigate to the Real Time Testing section.
52+
- Select **Virtual Mobile** from the **App Testing** section.
53+
- To test your application, enter its URL or upload your application from your local machine and select your **Device** - Andoroid, iOS, or [ChromeOS](/support/docs/chrome-os-testing/), and its version.
54+
- Afterwards click on the **Start** button to initiate the testing process.
5455

5556
<img loading="lazy" src={require('../assets/images/real-time-testing/mobile-app/getting-started-with-mobile-app.gif').default} alt="Image" className="doc_img"/>

docs/getting-started-with-mobile-browser-real-time-testing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ Real-Time Mobile Web Browser Testing is the process of testing websites and web
4848

4949
## Launch the Virtual Machine
5050

51-
Navigate to the Real Time Testing section and select **Virtual Mobile** from the **Web Browser Testing** section. To test a website, enter its URL and select your **Device** - Andoroid, iOS, or [ChromeOS](/support/docs/chrome-os-testing/), and its version.
52-
53-
Afterwards click on the **Start** button to initiate the testing process.
51+
- Navigate to the Real Time Testing section.
52+
- Select **Virtual Mobile** from the **Web Browser Testing** section.
53+
- To test a website, enter its URL and select your **Device** - Andoroid, iOS, or [ChromeOS](/support/docs/chrome-os-testing/), and its version.
54+
- Afterwards click on the **Start** button to initiate the testing process.
5455

5556
<img loading="lazy" src={require('../assets/images/real-time-testing/mobile-browser/getting-started-with-mobile-browser.gif').default} alt="Image" className="doc_img"/>
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
id: real-time-locally-hosted-pages
3+
title: Locally Hosted Pages
4+
hide_title: false
5+
sidebar_label: Locally Hosted Pages
6+
description: Discover how to use the Recents and Favourites feature under Quick Links in LambdaTest. Quickly access recently used items and mark important resources for faster navigation.
7+
keywords:
8+
- real time testing in lambdatest
9+
- lambdatest real time testing feature
10+
- online real time testing
11+
- free cross browser testing tool
12+
- cross browser compatibility testing tool
13+
- online real time website testing
14+
- test website in different screen sizes
15+
- ie browser compatibility testing tool
16+
- test on gionee elfie e7 online
17+
- test on mac 10.11 el capitan online
18+
- apple mac el capitan virtual machine
19+
url: https://www.lambdatest.com/support/docs/real-time-locally-hosted-pages/
20+
site_name: LambdaTest
21+
slug: real-time-locally-hosted-pages/
22+
---
23+
24+
<script type="application/ld+json"
25+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
26+
"@context": "https://schema.org",
27+
"@type": "BreadcrumbList",
28+
"itemListElement": [{
29+
"@type": "ListItem",
30+
"position": 1,
31+
"name": "LambdaTest",
32+
"item": "https://www.lambdatest.com"
33+
},{
34+
"@type": "ListItem",
35+
"position": 2,
36+
"name": "Support",
37+
"item": "https://www.lambdatest.com/support/docs/"
38+
},{
39+
"@type": "ListItem",
40+
"position": 3,
41+
"name": "Real Time Locally Hosted Pages",
42+
"item": "https://www.lambdatest.com/support/docs/real-time-locally-hosted-pages/"
43+
}]
44+
})
45+
}}
46+
></script>

docs/real-time-upload-and-download-files.md

Lines changed: 0 additions & 129 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ site_name: LambdaTest
2121
slug: real-time-upload-and-download-files/
2222
---
2323

24-
import Tabs from '@theme/Tabs';
25-
import TabItem from '@theme/TabItem';
26-
2724
<script type="application/ld+json"
2825
dangerouslySetInnerHTML={{ __html: JSON.stringify({
2926
"@context": "https://schema.org",
@@ -47,129 +44,3 @@ import TabItem from '@theme/TabItem';
4744
})
4845
}}
4946
></script>
50-
The Upload and Download Files feature allows you to manage files directly within remote testing environments. This functionality enhances the testing process by allowing seamless file transfers between local and remote environments across desktop and mobile platforms.
51-
52-
## Key Benefits
53-
54-
- Direct file upload to remote testing environments
55-
- Cross-platform file management support
56-
- Integrated download capability for test outputs
57-
- Seamless integration with existing manual testing workflows
58-
59-
## Steps to Upload or Download the Files
60-
61-
<Tabs className="docs__val">
62-
<TabItem value="web-browser" label="Web Browser" default>
63-
64-
**Step 1 :** Log in to the [Web Browser Testing](https://app.lambdatest.com/console/realtime/browser/desktop) dashboard.
65-
66-
**Step 2 :** Select your required OS and relevant browser, and device from the listing to launch your test session.
67-
68-
**Step 3 :** Click on Files and Media from the toolbar.
69-
70-
**Step 4 :** Click **Uploads / Downloads** button Upload or Download the file.
71-
72-
<img loading="lazy" src={require('../assets/images/real-time-testing/key-features/upload-download-web-browser.png').default} alt="zebrunner integration" width="1281" height="722" className="doc_img"/>
73-
74-
</TabItem>
75-
76-
<TabItem value="mobile-browser" label="Mobile Browser" default>
77-
78-
**Step 1 :** Log in to the [Virtual Mobile](https://app.lambdatest.com/console/realtime/browser/mobile) dashboard from the **Web Browser Testing** section.
79-
80-
**Step 2 :** Select your required OS and relevant browser, and device from the listing to launch your test session.
81-
82-
**Step 3 :** Click on Files and Media from the toolbar.
83-
84-
**Step 4 :** Click **Uploads / Downloads** button Upload or Download the file.
85-
86-
<img loading="lazy" src={require('../assets/images/real-time-testing/key-features/upload-download-mobile-browser.png').default} alt="zebrunner integration" width="1281" height="722" className="doc_img"/>
87-
88-
</TabItem>
89-
90-
<TabItem value="mobile-app" label="Mobile App" default>
91-
92-
**Step 1 :** Log in to the [Virtual Mobile](https://app.lambdatest.com/console/realtime/app) dashboard from the **App Testing** section.
93-
94-
**Step 2 :** Select your OS and the required device, upload your app and then launch your test session.
95-
96-
**Step 3 :** Click on Files and Media from the toolbar.
97-
98-
**Step 4 :** Click **Uploads / Downloads** button Upload or Download the file.
99-
100-
<img loading="lazy" src={require('../assets/images/real-time-testing/key-features/upload-download-app.png').default} alt="zebrunner integration" width="1281" height="722" className="doc_img"/>
101-
102-
</TabItem>
103-
</Tabs>
104-
105-
## Supported Platform Compatibility
106-
107-
<Tabs className="docs__val">
108-
<TabItem value="android" label="Android" default>
109-
110-
- **Supported Versions :** Android 7 and above.
111-
112-
#### File Upload Path
113-
- **Android 10 and above :** Uploaded files will be accessible through the file picker in the "Downloads" folder.
114-
- **Below Android 10 :** Files will be uploaded to the "Downloads" folder due to the absence of a "Documents" folder.
115-
116-
</TabItem>
117-
118-
<TabItem value="ios" label="iOS" default>
119-
120-
- **Supported Versions :** iOS 13 and above.
121-
- **Upcoming Support :** iOS 18 support is planned for a future release.
122-
- **Upload Location :** Files can be accessed from the "Downloads" section in the Files app.
123-
124-
#### Browser-Specific Download Locations:
125-
- **Firefox :** Files are saved in the "Firefox" folder.
126-
- **Chromium Browsers (e.g., Chrome, Edge) :** Files are stored in the "Chromium" folder.
127-
- **Safari :** Files are downloaded to the "Downloads" folder.
128-
129-
</TabItem>
130-
131-
<TabItem value="windows" label="Windows" default>
132-
133-
- **Supported Versions :** Windows versions newer than XP and Windows 7 with Internet Explorer 8, 9, or 10.
134-
- **Download Location :** Files are stored in the C:/ or E:/Downloads folder.
135-
- **Upload Location :** Uploaded files appear in the "Downloads" folder.
136-
137-
</TabItem>
138-
139-
<TabItem value="macos" label="macOS" default>
140-
141-
- **Supported Versions :** macOS Sierra (version 10.12) and above.
142-
- **Download Location :** Downloaded files are accessible under "Downloads" in Finder.
143-
- **Upload Location :** Files can be found in the "Downloads" folder after uploading.
144-
145-
</TabItem>
146-
</Tabs>
147-
148-
## File Types and Sizes
149-
150-
<Tabs className="docs__val">
151-
<TabItem value="upload" label="Uploading Files" default>
152-
153-
| File Type | Supported Formats | Maximum File Size |
154-
|-----------|-------------------|-------------------|
155-
| Image | JPG, JPEG, PNG, GIF, BMP, DCM, STL, SIF | 15 MB |
156-
| Video | MP4, MOV, 3GP | 15 MB |
157-
| Non-media | XLS, XLSX, DOC, DOCX, PDF, CSV, TXT, PPT, Contacts, Zip, CER, PFX | 15 MB |
158-
159-
</TabItem>
160-
<TabItem value="download" label="Downloading Files" default>
161-
162-
| File Type | Supported Formats |
163-
|-----------|-------------------|
164-
|File Size | The maximum total file size supported for download is 50 MB. <br /> The combined size of all the files you want to download must not exceed 50 MB. |
165-
166-
</TabItem>
167-
</Tabs>
168-
169-
:::note
170-
- **Number of File Uploads per Session :** You can upload 5 files max per testing session.
171-
172-
- **File Storage Duration :** All files uploaded to Lambdatest servers, whether media or non-media, will be retained for a period of 30 days. After this period, the files will be automatically purged from the servers.
173-
174-
- **Non-Media File Considerations for iOS :** For non-media files on iOS, it is imperative to ensure that the iOS app has the `UIFileSharingEnabled` and `LSSupportsOpeningDocumentsInPlace` keys set to `true` in the `Info.plist` file.
175-
:::

sidebars.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,9 @@ module.exports = {
11651165
"real-time-testing-troubleshooting",
11661166
"http-basic-authentication",
11671167
"webview-testing-in-android",
1168-
"real-time-recents-and-favourites"
1168+
"real-time-locally-hosted-pages",
1169+
"real-time-recents-and-favourites",
1170+
"real-time-upload-and-download-files"
11691171
],
11701172
},
11711173
"troubleshooting-ios-apps",

0 commit comments

Comments
 (0)