Version 3.0.3
MITM Support in Emulators
We’ve added Man-in-the-Middle (MITM) proxy support in HyperExecute Emulators.
- You can now capture network logs directly from emulator sessions using MITM.
- This feature is available for all emulators when configured with a flag that you can add in your
hyperexecute.yaml
file:
hyperexecute.yaml
framework:
name: raw
args:
mitmProxy: true
This enhancement enables deeper debugging of API calls, request/response payloads, and overall network traffic during test execution.
Enhancement: Retry Visibility in HyperExecute Reports
We’ve enhanced the HyperExecute Report to give better visibility into retries at both the summary and test level.
- Total Counts Refined : The “No. of Scenarios” and “No. of Tests” metrics will now display values excluding retries.
- Retry Indicators : A retry icon and the number of retried tests/scenarios are displayed alongside the counts, similar to the Task Summary section.
- Test Case Details : In the “Test Cases” view, retried tests are now clearly marked with a retry icon.
This update ensures accurate reporting and makes it easier to differentiate between unique executions and retries.

Muted Test Count & Bulk Unmute Option
We’ve enhanced the Test Muting functionality in HyperExecute with improved visibility and control:
- Total Muted Test : The dashboard now shows the number of muted test cases in your suite.
- Unmute All : You can now unmute all tests at once instead of manually unmuting them one by one.
This update streamlines test management and makes it easier to re-enable muted tests when they are ready to be executed again.
