|
| 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"/> |
0 commit comments