Skip to content

Commit 024110d

Browse files
authored
Merge pull request #1041 from Aman1905/stage
hyperexecute release notes
2 parents 71a1efe + f6ec925 commit 024110d

File tree

4 files changed

+54
-3
lines changed

4 files changed

+54
-3
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
id: hyperexecute-release-notes-2-5-6
3+
title: Version 2.5.6
4+
hide_title: false
5+
sidebar_label: Version 2.5.6
6+
description: Version 2.5.6
7+
keywords:
8+
- LambdaTest Hyperexecute
9+
- LambdaTest Hyperexecute help
10+
- LambdaTest Hyperexecute documentation
11+
- FAQs
12+
url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-6/
13+
site_name: LambdaTest
14+
slug: hyperexecute-release-notes-2-5-6/
15+
---
16+
17+
import NewReleaseTag from '../src/component/newRelease.js';
18+
import EnhancementTag from '../src/component/enhancementTag';
19+
import BugFixTag from '../src/component/bugFixTag';
20+
21+
<script type="application/ld+json"
22+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
23+
"@context": "https://schema.org",
24+
"@type": "BreadcrumbList",
25+
"itemListElement": [{
26+
"@type": "ListItem",
27+
"position": 1,
28+
"name": "Home",
29+
"item": "https://www.lambdatest.com"
30+
},{
31+
"@type": "ListItem",
32+
"position": 2,
33+
"name": "Support",
34+
"item": "https://www.lambdatest.com/support/docs/"
35+
},{
36+
"@type": "ListItem",
37+
"position": 3,
38+
"name": "Version",
39+
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-6/"
40+
}]
41+
})
42+
}}
43+
></script>
44+
## Browser Version Updates:
45+
- **Firefox :** Added support for Firefox-130 and Firefox-131, enabling testing on the latest versions.
46+
- **Edge :** Downgraded to Edge-128 for compatibility and stability enhancements.
47+
- **Chrome :** Upgraded to Chrome-129 to include the newest features and security updates.
48+
49+
These updates ensure broader coverage for cross-browser testing and improve test stability across the latest browser versions.

docs/hyperexecute-release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ HyperExecute is an AI Powered Test Orchestration Cloud Platform, enabling test a
4646
### October, 2024
4747
| Release Number | Release Date |
4848
|----------------|--------------|
49+
| [Version 2.5.6](/support/docs/hyperexecute-release-notes-2-5-6) | October 21, 2024|
4950
| [Version 2.5.5](/support/docs/hyperexecute-release-notes-2-5-5) | October 14, 2024|
5051
| [Version 2.5.4](/support/docs/hyperexecute-release-notes-2-5-4) | October 07, 2024|
5152

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The Upload and Download Files feature allows you to manage files directly within
6767

6868
**Step 3 :** Click on Files and Media from the toolbar.
6969

70-
**Step 4 :** Click **Uploads / Downloads** button Upload or Downlaod the file.
70+
**Step 4 :** Click **Uploads / Downloads** button Upload or Download the file.
7171

7272
<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"/>
7373

@@ -81,7 +81,7 @@ The Upload and Download Files feature allows you to manage files directly within
8181

8282
**Step 3 :** Click on Files and Media from the toolbar.
8383

84-
**Step 4 :** Click **Uploads / Downloads** button Upload or Downlaod the file.
84+
**Step 4 :** Click **Uploads / Downloads** button Upload or Download the file.
8585

8686
<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"/>
8787

@@ -95,7 +95,7 @@ The Upload and Download Files feature allows you to manage files directly within
9595

9696
**Step 3 :** Click on Files and Media from the toolbar.
9797

98-
**Step 4 :** Click **Uploads / Downloads** button Upload or Downlaod the file.
98+
**Step 4 :** Click **Uploads / Downloads** button Upload or Download the file.
9999

100100
<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"/>
101101

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,7 @@ module.exports = {
852852
collapsed: true,
853853
label: "October, 2024",
854854
items: [
855+
'hyperexecute-release-notes-2-5-6',
855856
'hyperexecute-release-notes-2-5-5',
856857
'hyperexecute-release-notes-2-5-4',
857858
]

0 commit comments

Comments
 (0)