HyperExecute Release Notes 2025
Version 3.1.7
Lighthouse Report Support with Playwright on HyperExecute
HyperExecute now supports generating Lighthouse reports using Playwright, enabling teams to measure and track web performance, accessibility, SEO, and best practices directly within their Playwright test workflows.
Learn more about Lighthuouse PlayWright Reports
Version 3.1.6
Chrome for Testing Browser Support
HyperExecute now supports Chrome for Testing, enabling more reliable and version-controlled browser testing across automation workflows.
Why This Matters Traditional Chrome auto-updates can introduce test instability due to unexpected version changes. Chrome for Testing provides:
- Predictable browser versions
- Better alignment with corresponding ChromeDriver versions
- More stable and debuggable test runs in CI/CD pipelines
How It Helps You
- Run tests against specific Chrome versions without surprises
- Reduce flaky failures caused by browser mismatches
- Maintain consistency across local, staging, and CI executions
Version 3.1.5
Workflows for JMeter Projects
HyperExecute now supports Workflows for JMeter projects, enabling teams to orchestrate, automate, and manage performance test execution more efficiently within CI/CD pipelines.
Why This Matters Performance testing often needs more than a single test run. Workflows allow you to:
- Improve repeatability and reliability of load and performance testing
- Align JMeter tests with real-world CI/CD practices
How It Helps You
- Reduces manual intervention in performance testing
- Improves visibility and control over JMeter executions in HyperExecute
Learn more about Workflows from the documentation.
Version 3.1.4
Enhanced Support for Azure Repositories in HyperExecute Projects
We have introduced an enhancement to the HyperExecute Custom Project feature to support Azure Repos. This enables you with code repositories hosted in Azure DevOps to execute tests directly on HyperExecute—without relying on Jenkins or any external CI/CD tool.
With this update, you can now configure Azure Repos in the same intuitive manner as GitHub, or Bitbucket. Simply provide the repository details and Personal Access Token (PAT), and HyperExecute will fetch the code and trigger workflows seamlessly.
📘 Read More: Learn more about configuring Azure Repos, project setup, workflows, and job triggers in the HyperExecute documentation.
Version 3.1.2
Rerun Failed Tests on HyperExecute
Quickly validate fixes without rerunning your entire test suite. With the new Rerun Failed Tests feature, you can relaunch only the failed scenarios or the full suite directly from the dashboard, drastically reducing execution time and improving feedback cycles. Reruns use the same YAML configuration for consistent, reproducible results, with options to pick the same or latest commit and adjust concurrency.
Learn more: Refer to the detailed Rerun Failed Tests documentation.
Snooper Compatibility Update
Snooper is not compatible with Alpine-based Docker images because Alpine uses musl libc instead of glibc, which Snooper requires. To avoid runtime errors or unexpected failures, ensure your images are built on a non-Alpine base that includes glibc. This helps maintain consistent behavior when updating or troubleshooting Docker environments.
Learn more: Refer to the Snooper documentation.
View & Verify Code-Signed HyperExecute CLI Binaries
You can now easily verify the authenticity of downloaded HyperExecute CLI binaries using platform-specific code-signing checks. Each release is digitally signed to ensure integrity and trust, with clear instructions for Linux, macOS, and Windows users to validate the signature or certificate before use.
Learn more: Refer to the Code Signing Verification Guide
Version 3.1.0
HyperExecute now supports Katalon Reports generation, including all new report formats introduced in Katalon Studio 10 and above with the following support:
- Seamless Katalon Report Integration: You can now generate Katalon HTML reports directly within your HyperExecute workflow.
- Support for Latest Report Structure: HyperExecute is fully compatible with the new report schema and format updates introduced in Katalon Studio 10+.
📘 Refer to our Katalon Report Generation Guide for a detailed setup walkthrough and examples.
Version 3.0.8
Job Insights View in HyperExecute
With the Job Insights View, you can now access a comprehensive overview of all your test results across different configurations, all in one unified interface, Even when tests are split across multiple environments or parallel jobs, HyperExecute intelligently aggregates the data, giving you a complete, consolidated view of your job performance.
This feature empowers you to:
- Compare results across configurations effortlessly.
- Review job summaries and outcomes in a single glance.
- Analyze historical job runs within the same project to identify patterns, regressions, or performance drifts quickly.
The Job Insights View is especially valuable for teams running the same tests across multiple combinations (such as different browsers, OS versions, or device types). It helps you pinpoint inconsistencies and regressions instantly, enabling faster decision-making and smoother test management.
Version 3.0.6
Feature: HyperExecute Logs Highlights
Debugging large test executions often generates extensive logs, making it difficult to identify key issues. The new Logs Highlights feature enhances log readability by automatically highlighting and grouping critical entries.
HyperExecute categorizes logs into Errors and Warnings using intelligent pattern detection based on regular expressions (regex). This will help you quickly locate and review the most relevant log lines during test analysis.
Version 3.0.5
Feature: syncStart
HyperExecute now supports the syncStart directive in the job YAML. When enabled, all VMs in autosplit or matrix mode start their tasks simultaneously after allocation—ideal for benchmarking or comparative test runs.
If some VMs are not ready within 15 minutes, the job starts with the available ones.
NOTE : For detailed usage and examples, refer to the detailed HyperExecute documentation.
Version 3.0.4
New Capability: bypassProxyDomains
You can now use the bypassProxyDomains capability to bypass Dedicated Proxy for specific domains. This ensures that local services (e.g., localhost, 127.0.0.1, or internal endpoints) remain accessible during test runs.
Note: dedicatedProxy: true must be enabled for this capability to take effect.
Visit the bypassProxyDomains documentation page to understand this capability in detail.
Live Command Logs
We've improved the way command logs are displayed in the HyperExecute dashboard. Earlier, logs appeared in chunks, which delayed visibility and created a less interactive experience. With the new Live Command Logs, you'll now see logs in real-time as they are generated, giving you instant feedback during test execution.
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.yamlfile:
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.
Version 3.0.1
Workflow Variables on HyperExecute
With Workflow Variables, you can now customize your workflow execution. This makes it easier to reuse the same workflow across multiple scenarios without editing YAML or creating duplicate workflows.
- Workflow-level Variables : Define reusable variables (e.g., ENVIRONMENT, BROWSER) while creating or editing workflows.
- Default & Multiple Values : Assign defaults or provide multiple values per variable.
- Runtime Overrides : Update variable values at run time without changing saved defaults.
To learn more about Workflow Variables on HyperExecute, refer to our detailed documentation