Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions docs/hyperexecute-release-notes-2-5-6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
id: hyperexecute-release-notes-2-5-6
title: Version 2.5.6
hide_title: false
sidebar_label: Version 2.5.6
description: Version 2.5.6
keywords:
- LambdaTest Hyperexecute
- LambdaTest Hyperexecute help
- LambdaTest Hyperexecute documentation
- FAQs
url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-6/
site_name: LambdaTest
slug: hyperexecute-release-notes-2-5-6/
---

import NewReleaseTag from '../src/component/newRelease.js';
import EnhancementTag from '../src/component/enhancementTag';
import BugFixTag from '../src/component/bugFixTag';

<script type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.lambdatest.com"
},{
"@type": "ListItem",
"position": 2,
"name": "Support",
"item": "https://www.lambdatest.com/support/docs/"
},{
"@type": "ListItem",
"position": 3,
"name": "Version",
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-6/"
}]
})
}}
></script>
## Browser Version Updates:
- **Firefox :** Added support for Firefox-130 and Firefox-131, enabling testing on the latest versions.
- **Edge :** Downgraded to Edge-128 for compatibility and stability enhancements.
- **Chrome :** Upgraded to Chrome-129 to include the newest features and security updates.

These updates ensure broader coverage for cross-browser testing and improve test stability across the latest browser versions.
1 change: 1 addition & 0 deletions docs/hyperexecute-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ HyperExecute is an AI Powered Test Orchestration Cloud Platform, enabling test a
### October, 2024
| Release Number | Release Date |
|----------------|--------------|
| [Version 2.5.6](/support/docs/hyperexecute-release-notes-2-5-6) | October 21, 2024|
| [Version 2.5.5](/support/docs/hyperexecute-release-notes-2-5-5) | October 14, 2024|
| [Version 2.5.4](/support/docs/hyperexecute-release-notes-2-5-4) | October 07, 2024|

Expand Down
6 changes: 3 additions & 3 deletions docs/real-time-upload-and-download-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The Upload and Download Files feature allows you to manage files directly within

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

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

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

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

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

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

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

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

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

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

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

Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ module.exports = {
collapsed: true,
label: "October, 2024",
items: [
'hyperexecute-release-notes-2-5-6',
'hyperexecute-release-notes-2-5-5',
'hyperexecute-release-notes-2-5-4',
]
Expand Down
Loading