Skip to content

Commit 3dbc2b3

Browse files
Merge pull request #2089 from amanchopra1905/stage
HYP release notes - 3.0.3
2 parents b204a29 + 1096b80 commit 3dbc2b3

File tree

6 files changed

+102
-0
lines changed

6 files changed

+102
-0
lines changed
95.4 KB
Loading
74.3 KB
Loading
101 KB
Loading
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
---
2+
id: hyperexecute-release-notes-3-0-3
3+
title: Version 3.0.3
4+
hide_title: false
5+
sidebar_label: Version 3.0.3
6+
description: Version 3.0.3
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-3-0-3/
13+
site_name: LambdaTest
14+
slug: hyperexecute-release-notes-3-0-3/
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+
import CodeBlock from '@theme/CodeBlock';
21+
import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";
22+
23+
<script type="application/ld+json"
24+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
25+
"@context": "https://schema.org",
26+
"@type": "BreadcrumbList",
27+
"itemListElement": [{
28+
"@type": "ListItem",
29+
"position": 1,
30+
"name": "Home",
31+
"item": "https://www.lambdatest.com"
32+
},{
33+
"@type": "ListItem",
34+
"position": 2,
35+
"name": "Support",
36+
"item": "https://www.lambdatest.com/support/docs/"
37+
},{
38+
"@type": "ListItem",
39+
"position": 3,
40+
"name": "Version",
41+
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-3-0-3/"
42+
}]
43+
})
44+
}}
45+
></script>
46+
## MITM Support in Emulators
47+
We’ve added Man-in-the-Middle (MITM) proxy support in HyperExecute Emulators.
48+
49+
- You can now capture network logs directly from emulator sessions using MITM.
50+
- This feature is available for all emulators when configured with a flag that you can add in your `hyperexecute.yaml` file:
51+
52+
```yaml title="hyperexecute.yaml"
53+
framework:
54+
name: raw
55+
args:
56+
mitmProxy: true
57+
```
58+
59+
This enhancement enables deeper debugging of API calls, request/response payloads, and overall network traffic during test execution.
60+
61+
<!-- ## Enhancement: Error Messages on JMeter Dashboard
62+
We’ve improved the JMeter Dashboard experience for better visibility into failed or incomplete jobs.
63+
- If a JMeter job ends in a non-Completed status, a mini error message bar will now be displayed.
64+
- The bar shows the job remark, consistent with how other HyperExecute job types surface error messages.
65+
66+
This update ensures quicker debugging and a more consistent user experience across dashboards.
67+
68+
<img loading="lazy" src={require('../assets/images/hyperexecute/release-notes/jmeter-error.png').default} alt="Image" className="doc_img"/> -->
69+
70+
## Enhancement: Retry Visibility in HyperExecute Reports
71+
We’ve enhanced the HyperExecute Report to give better visibility into retries at both the summary and test level.
72+
73+
- **Total Counts Refined :** The “No. of Scenarios” and “No. of Tests” metrics will now display values excluding retries.
74+
- **Retry Indicators :** A retry icon and the number of retried tests/scenarios are displayed alongside the counts, similar to the Task Summary section.
75+
- **Test Case Details :** In the “Test Cases” view, retried tests are now clearly marked with a retry icon.
76+
77+
This update ensures accurate reporting and makes it easier to differentiate between unique executions and retries.
78+
79+
<img loading="lazy" src={require('../assets/images/hyperexecute/release-notes/hyp-report.png').default} alt="Image" className="doc_img"/>
80+
81+
## Muted Test Count & Bulk Unmute Option
82+
We’ve enhanced the Test Muting functionality in HyperExecute with improved visibility and control:
83+
84+
- **Total Muted Test :** The dashboard now shows the number of muted test cases in your suite.
85+
- **Unmute All :** You can now unmute all tests at once instead of manually unmuting them one by one.
86+
87+
This update streamlines test management and makes it easier to re-enable muted tests when they are ready to be executed again.
88+
89+
<img loading="lazy" src={require('../assets/images/hyperexecute/release-notes/unmute-all-test.png').default} alt="Image" className="doc_img"/>

docs/hyperexecute-release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ HyperExecute is an AI Native Test Orchestration Cloud Platform, enabling test au
5656
| [Version 1.0.0](/support/docs/hyperexecute-mcp-server-release-notes-1-0-0) | May 28, 2025|
5757

5858
### 2025 releases
59+
#### September, 2025
60+
| Release Number | Release Date |
61+
|----------------|--------------|
62+
| [Version 3.0.3](/support/docs/hyperexecute-release-notes-3-0-3) | Sept 08, 2025|
63+
5964
#### August, 2025
6065
| Release Number | Release Date |
6166
|----------------|--------------|

sidebars.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,14 @@ module.exports = {
921921
collapsed: true,
922922
label: "2025 Releases",
923923
items: [
924+
{
925+
type: "category",
926+
collapsed: true,
927+
label: "September, 2025",
928+
items: [
929+
"hyperexecute-release-notes-3-0-3",
930+
],
931+
},
924932
{
925933
type: "category",
926934
collapsed: true,

0 commit comments

Comments
 (0)