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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions docs/hyperexecute-release-notes-2-5-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
id: hyperexecute-release-notes-2-5-3
title: Version 2.5.3
hide_title: false
sidebar_label: Version 2.5.3
description: Version 2.5.3
keywords:
- LambdaTest Hyperexecute
- LambdaTest Hyperexecute help
- LambdaTest Hyperexecute documentation
- FAQs
url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-3/
site_name: LambdaTest
slug: hyperexecute-release-notes-2-5-3/
---

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-3/"
}]
})
}}
></script>
## New Feature: Commit Information Display

The top panel now displays detailed information about the latest commit, including the commit ID and the contributor's name. This enhancement provides better visibility into the latest code changes and helps developers track contributions more efficiently.

<img loading="lazy" src={require('../assets/images/hyperexecute/release-notes/commit-details.png').default} alt="Image" className="doc_img"/>
54 changes: 54 additions & 0 deletions docs/hyperexecute-release-notes-2-5-4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
id: hyperexecute-release-notes-2-5-4
title: Version 2.5.4
hide_title: false
sidebar_label: Version 2.5.4
description: Version 2.5.4
keywords:
- LambdaTest Hyperexecute
- LambdaTest Hyperexecute help
- LambdaTest Hyperexecute documentation
- FAQs
url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-4/
site_name: LambdaTest
slug: hyperexecute-release-notes-2-5-4/
---

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-4/"
}]
})
}}
></script>
## Browser and Selenium Version Updates

- **Edge Browser :** Now updated to `Edge version-129`, ensuring compatibility with the latest browser features and optimizations.
- **Selenium JAR :** Upgraded to `Selenium 4.25.0`, offering enhanced automation capabilities and support for the newest web standards.

### Browser Versions
- **Edge (Latest) :** Now set to `Edge-latest-129`
- **Chrome (Latest) :** Updated to `Chrome-latest-128`
- **Firefox (Latest) :** Now at `Firefox-latest-129`

These updates enhance test reliability and support for modern browser functionalities, ensuring seamless cross-browser testing.
60 changes: 60 additions & 0 deletions docs/hyperexecute-release-notes-2-5-5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
id: hyperexecute-release-notes-2-5-5
title: Version 2.5.5
hide_title: false
sidebar_label: Version 2.5.5
description: Version 2.5.5
keywords:
- LambdaTest Hyperexecute
- LambdaTest Hyperexecute help
- LambdaTest Hyperexecute documentation
- FAQs
url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-5/
site_name: LambdaTest
slug: hyperexecute-release-notes-2-5-5/
---

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-5/"
}]
})
}}
></script>
## Extended Report Formats for JUnit Framework
In addition to the existing JUnit XML report, support for generating reports in multiple formats (e.g., HTML, XML, JSON) has been added. This enhancement enables more flexible report generation to meet different user needs.

> To avail this feature, connect with our <span className="doc__lt" onClick={() => window.openLTChatWidget()}>Support Team.</span>

This can be configured with the following parameters:
- **frameworkName:** junit
- **type:** xml
- **location:** Specify the directory where the reports will be generated.

```yaml
report: true
partialReports:
location: target/surefire-reports/html
type: xml
frameworkName: junit
```
7 changes: 7 additions & 0 deletions docs/hyperexecute-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,16 @@ HyperExecute is an AI Powered Test Orchestration Cloud Platform, enabling test a

## HyperExecute Releases

### October, 2024
| Release Number | Release Date |
|----------------|--------------|
| [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|

### September, 2024
| Release Number | Release Date |
|----------------|--------------|
| [Version 2.5.3](/support/docs/hyperexecute-release-notes-2-5-3) | September 30, 2024|
| [Version 2.5.2](/support/docs/hyperexecute-release-notes-2-5-2) | September 23, 2024|
| [Version 2.5.1](/support/docs/hyperexecute-release-notes-2-5-1) | September 16, 2024|
| [Version 2.5.0](/support/docs/hyperexecute-release-notes-2-5-0) | September 10, 2024|
Expand Down
10 changes: 10 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -847,11 +847,21 @@ module.exports = {
id: "hyperexecute-release-notes",
},
items: [
{
type: "category",
collapsed: true,
label: "October, 2024",
items: [
'hyperexecute-release-notes-2-5-5',
'hyperexecute-release-notes-2-5-4',
]
},
{
type: "category",
collapsed: true,
label: "September, 2024",
items: [
'hyperexecute-release-notes-2-5-3',
'hyperexecute-release-notes-2-5-2',
'hyperexecute-release-notes-2-5-1',
'hyperexecute-release-notes-2-5-0',
Expand Down
Loading