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
51 changes: 51 additions & 0 deletions docs/hyperexecute-release-notes-2-7-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
id: hyperexecute-release-notes-2-7-0
title: Version 2.7.0
hide_title: false
sidebar_label: Version 2.7.0
description: Version 2.7.0
keywords:
- LambdaTest Hyperexecute
- LambdaTest Hyperexecute help
- LambdaTest Hyperexecute documentation
- FAQs
url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-7-0/
site_name: LambdaTest
slug: hyperexecute-release-notes-2-7-0/
---

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-7-0/"
}]
})
}}
></script>
## Browser Version Updates:

- **Firefox :** Added support for Firefox-133, and Firefox-134, enabling testing on the latest versions
- **Edge :** Updated to Edge-132 for compatibility and stability enhancements.
- **Edge Beta** : Released 133.0.3065.19 for beta testing
- **Chrome :** Upgraded to Chrome-132 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
80 changes: 80 additions & 0 deletions docs/hyperexecute-release-notes-2-7-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
id: hyperexecute-release-notes-2-7-1
title: Version 2.7.1
hide_title: false
sidebar_label: Version 2.7.1
description: Version 2.7.1
keywords:
- LambdaTest Hyperexecute
- LambdaTest Hyperexecute help
- LambdaTest Hyperexecute documentation
- FAQs
url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-7-1/
site_name: LambdaTest
slug: hyperexecute-release-notes-2-7-1/
---

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-7-1/"
}]
})
}}
></script>
## Artifact Extraction on Job Abortion
- Artifacts will now be extracted even if a job is aborted in the middle of a test.
- This ensures that partial test results and logs are still available for review, improving debugging and post-test analysis.


## `afterEachScenario` Flag for Test Cleanup
- Introduced the `afterEachScenario` flag to automate post-test scenario tasks. This flag is useful for cleanup activities such as clearing cookies, resetting databases, or capturing logs.
- Commands or scripts listed under this flag will execute sequentially after each test scenario, ensuring test isolation and consistency.

```yaml
afterEachScenario:
- echo "Running a script"
- pwsh run.test
```

> 📘 Refer to our detailed documentation for [`afterEachScenario`](https://www.lambdatest.com/support/docs/deep-dive-into-hyperexecute-yaml/#aftereachscenario) flag

## Role-Based Access Control (RBAC) for Projects

- Implemented RBAC to enhance project security and access management.
- Users can now be assigned specific roles with defined permissions.

This feature improves security by ensuring that only authorized users can access or modify project settings and resources.

## UX Enhancements for Performance Testing Jobs
- Improved UI/UX for managing and analyzing performance testing jobs.
- Enhanced navigation and usability for a smoother experience.
- Group-Wise Error View
- Introduced an error grouping feature to help identify and troubleshoot issues efficiently.
- Errors are now categorized for better readability and quicker resolution.
- Toggle Metrics: ms :left_right_arrow: s
- Added the ability to toggle performance metrics between milliseconds (ms) and seconds (s).
- Provides flexibility for analyzing test execution times in preferred units.

## Browser Version Updates

- **Edge Beta** : Released 133.3065.31 2.7.1 and 133.3065.39 2.7.2 for beta testing
13 changes: 12 additions & 1 deletion docs/hyperexecute-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,22 @@ HyperExecute is an AI Powered Test Orchestration Cloud Platform, enabling test a

## HyperExecute Releases

### CLI releases
#### January, 2025
| Release Number | Release Date |
|----------------|--------------|
| [Version 0.2.249](/support/docs/hyperexecute-cli-release-notes-0-2-249) | January 13, 2025|

### 2025 releases
#### February, 2025
| Release Number | Release Date |
|----------------|--------------|
| [Version 2.7.1](support/docs/hyperexecute-release-notes-2-7-1) | February 03, 2025|

#### January, 2025
| Release Number | Release Date |
|----------------|--------------|
| [Version 0.2.249](/support/docs/hyperexecute-cli-release-notes-0-2-249) | January 13, 2024|
| [Version 2.7.0](support/docs/hyperexecute-release-notes-2-7-0) | January 27, 2025|

### 2024 releases
#### December, 2024
Expand Down
6 changes: 1 addition & 5 deletions docs/hyperexecute-run-jmeter-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,6 @@ You can analyze the number of requests sent on that particular time.
- **Region 1 :** 250 users → 3 machines (lets say it distributed as 84, 83, 83 users per machine).
- **Region 2 :** 250 users → 3 machines (lets say it distributed as 84, 83, 83 users per machine).

- **User Allocation per Machine:** Users are evenly distributed among machines to ensure optimal utilization and balanced load:
For example, in Region 1:
Machine 1 = 84 users, Machine 2 = 83 users, Machine 3 = 83 users.

#### Key Takeaways:
- **Flexible Overrides :** HyperExecute dynamically adjusts the load distribution and machine allocation based on your specified parameters.
- **Optimal Resource Utilization :** It ensures that no machine exceeds the maximum user threshold, maintaining a balanced and efficient test execution.
Expand All @@ -184,7 +180,7 @@ You can analyze the number of requests sent on that particular time.
- **Region 1 :** 3 machines → 250 users per machine.
- **Region 2 :** 3 machines → 250 users per machine.

- **User Allocation per Machine :** Each machine in both regions processes **250 users**, resulting in a total of 750 users (250 users × 3 machines) per region.
- **User Allocation per Machine :** Each machine in both regions processes **250 users**, resulting in a total of 750 users (250 users × 3 machines) per region, and overall 1500 users (250 users x 3 machines * 2 regions).

#### Key Takeaways:
- **Default Behavior :** Without overrides, the user load from the .jmx file is replicated across all configured machines in each region.
Expand Down
26 changes: 25 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ module.exports = {
id: "hyperexecute-release-notes",
},
items: [
// 2025 releases
// CLI releases
{
type: "category",
collapsed: true,
Expand All @@ -842,6 +842,30 @@ module.exports = {
]
},

{
type: "category",
collapsed: true,
label: "2025 Releases",
items: [
{
type: "category",
collapsed: true,
label: "February, 2025",
items: [
'hyperexecute-release-notes-2-7-1',
]
},
{
type: "category",
collapsed: true,
label: "January, 2025",
items: [
'hyperexecute-release-notes-2-7-0',
]
},
]
},

// 2024 releases
{
type: "category",
Expand Down
Loading