diff --git a/assets/images/hyperexecute/release-notes/commit-details.png b/assets/images/hyperexecute/release-notes/commit-details.png new file mode 100644 index 000000000..3288bf538 Binary files /dev/null and b/assets/images/hyperexecute/release-notes/commit-details.png differ diff --git a/docs/hyperexecute-release-notes-2-5-3.md b/docs/hyperexecute-release-notes-2-5-3.md new file mode 100644 index 000000000..50453f0fb --- /dev/null +++ b/docs/hyperexecute-release-notes-2-5-3.md @@ -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'; + + +## 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. + +Image \ No newline at end of file diff --git a/docs/hyperexecute-release-notes-2-5-4.md b/docs/hyperexecute-release-notes-2-5-4.md new file mode 100644 index 000000000..8a70430e3 --- /dev/null +++ b/docs/hyperexecute-release-notes-2-5-4.md @@ -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'; + + +## 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. \ No newline at end of file diff --git a/docs/hyperexecute-release-notes-2-5-5.md b/docs/hyperexecute-release-notes-2-5-5.md new file mode 100644 index 000000000..ee2d74459 --- /dev/null +++ b/docs/hyperexecute-release-notes-2-5-5.md @@ -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'; + + +## 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 window.openLTChatWidget()}>Support Team. + +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 +``` \ No newline at end of file diff --git a/docs/hyperexecute-release-notes.md b/docs/hyperexecute-release-notes.md index 1f98c3360..c1ef9ae23 100644 --- a/docs/hyperexecute-release-notes.md +++ b/docs/hyperexecute-release-notes.md @@ -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| diff --git a/sidebars.js b/sidebars.js index ca8a5e027..02025e31b 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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',