Skip to content

Commit 192a44e

Browse files
committed
hyperexecute release notes
1 parent 2b45e2e commit 192a44e

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
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

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)