HyperExecute Update: Consolidated Reports, Artifacts, and Browser Support

Consolidated JUnit XML Report Generation

The consolidated JUnit XML report includes detailed information on all executed tests, i.e., which tests passed, failed, or were skipped, along with any error messages and stack traces for failed tests. It is widely supported across CI/CD tools, making it easy to integrate with existing workflows and other tools or systems.

📕 Refer to our documentation for detailed instructions on setting up your project and using the new JUnit XML report

Generate Artifacts for Espresso & XCUI Frameworks

Now, you can download artifacts for your test runs on both Espresso and XCUI frameworks and detailed reports for your Espresso test executions.

  • To generate artifacts and reports for your Espresso tests, add the artifacts: true and reports: true flag in your YAML file and pass the --download-artifacts and --download-report flag with the CLI command

    📕 Refer to our detailed documentation to generate Espresso Artifacts and Reports

  • To generate artifacts for your XCUI tests, add the artifacts: true flag in your YAML file and pass the --download-artifacts flag with the CLI command

    📕 Refer to our detailed documentation to generate XCUI Artifacts

Browser and Selenium Updates

  • Firefox Browser Update to Version 132.0

    HyperExecute now supports Firefox version 132.0. This latest Firefox release includes performance and security improvements to ensure a smoother and safer testing experience.

    Note : Firefox 132.0 is currently not compatible with Cypress. Users running Cypress tests should continue to use a compatible Firefox version until an update is released.

  • Selenium JAR Update to Version 4.26.0

    HyperExecute has upgraded to Selenium JAR version 4.26.0. This update includes stability enhancements and bug fixes for better compatibility and reliability across various browsers

Now Test on macOS Sequoia and Android 15

We are live with two new additions to enhance your testing capabilities:

macOS Sequoia Support for Real Time Testing
You can now run your manual tests on the latest macOS Sequoia, ensuring compatibility with Apple’s newest operating system. Test your web applications across browsers in a real macOS Sequoia environment to catch potential issues early and improve the overall user experience for macOS users.

Android 15 Support on Google Pixel Emulators
Stay ahead of the curve by testing your mobile applications on Android 15 using Google Pixel emulators. Ensure your apps run smoothly on the latest Android version, checking for performance, UI responsiveness, and compatibility.

Start Testing

What’s New in HyperExecute: Detailed Cypress Logs, and Report Email Handling

1. Cypress Detailed Command Logs for Enhanced Debugging New Release

Detailed Cypress Command Logs in HyperExecute generate an extensive, human-readable record of all Cypress commands and their corresponding results, both in the console and as a file. It helps narrow down test logs, making debugging and troubleshooting Cypress tests easier.

📕 Learn how to enable Detailed Command Logs for your Cypress tests.

2. Parameterized Report Email Handling in YAML Enhancement

HyperExecute now supports an enhanced approach for managing multiple email addresses within the YAML configuration file. Previously, you needed to define multiple variables for email addresses (${email1}${email2}, etc.). With this update, a single variable can now hold multiple email addresses, separated by commas or underscores, simplifying report sharing. This enhancement eliminates the need for multiple variables, making maintaining and modifying email configurations easier.

📕 Check the Reports documentation to learn more about it.

3. Browser and Selenium Updates for Linux, Windows, and macOS New Release

Updated the browser versions across multiple platforms and upgraded the Selenium jars. This ensures compatibility with the latest features and security updates, improving test stability across different environments.

The following updates are now live:

  • Firefox: version 129.0
  • Chrome: version 128.0
  • Selenium Jars: version 4.24

HyperExecute: Set Dynamic Email Address for Report Sharing

HyperExecute CLI added an enhancement to the --vars flag providing greater flexibility in specifying email addresses for report and artefact sharing. You can now use a variable to dynamically set the email address used to share reports or artefacts. This gives you more flexibility than hardcoding the email address in the YAML configuration file.

report: true
partialReports:
  location: target/surefire-reports/html
  type: html
  frameworkName: extent
  email:
      to:
        - "${email}"
        - "${email1}"

uploadArtifacts:
  - name: Reports 1
    path:
      - ProtractorTestReport.html
    email:
      to: 
        - "${email}"
        - "${email1}"

This is how you can pass the value of your email address via CLI by running the command

./hyperexecute --vars "email=xyz@abc.com" --vars "email1=abc@xyz.com"

📕 Read the documentation - How to dynamically set your email address? to learn more about it.

Start Testing

New in Analytics: Usage By Groups Module

We've added a new module in Test Analytics called Usage By Groups. This lets you see detailed info about your test groups, including their performance and how test sessions are spread out.

The Usage By Groups widget tracks metrics like total test sessions and hours of usage for each group. This info helps you find high-performing groups, spot areas needing improvement, and decide how to allocate resources.

Start Testing

Expanded Selenium Support and Browser Updates

Selenium Version Support Expanded

HyperExecute now supports Selenium versions 4.16 to 4.21. This update ensures broader options for test automation frameworks and provides access to the latest Selenium features.

Firefox Browser Updated 

To maintain browser compatibility and access the newest features, we've incorporated support for Firefox version 128. This update guarantees reliable testing on the latest Firefox releases.

New Custom Widgets in Analytics for Real Device

With the latest updates to Test Analytics for Real Device, we have now provided you with a deeper understanding of your testing activities. The release includes enhancements to custom widgets in Analytics for Real Device. 

The following are the new custom widgets added in Analytics for Real Device:

  • Concurrency Trends: This provides detailed insight into how your resources are distributed across parallel tasks and how they are utilized.
  • Browser Testing Summary: This widget allows you to view the total number of tests, categorized by their status, and provides a quick assessment of your web browser testing capabilities.
  • App Testing Summary: For mobile app testing, you can now see a clear picture of the test results by grouping tests by their status.
  • Browser Testing OS and Device: Using this analysis, you can gain insight into the overall distribution of browser tests across different operating systems and devices. 
  • App Testing OS and Device: App testing now provides detailed distribution data for tests on different operating systems and devices, ensuring your mobile applications deliver a seamless user experience.
  • Browser Testing Trends: This platform allows you to analyze the trends of testing executed on the platform for browser testing, providing you with valuable insight into how your testing strategies evolve over time.
  • App Testing Trends: The widget will provide a clear picture of the trends in app testing. This will еnable you to adjust your tеsting approachеs based on historical data and forеcastеd patterns.

Start Testing

Show Previous EntriesShow Previous Entries