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

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

Automate Accessibility Tests With Cypress

We’ve introduced Cypress support for accessibility automation, allowing you to integrate accessibility tests seamlessly into your Cypress test suites. You can now automate checks for issues like color contrast and missing ARIA attributes, helping to ensure your web applications are more accessible and compliant with standards.

Additionally, you can run these tests across various browsers and devices on the LambdaTest platform, making it easier to identify and address accessibility issues. 

Bonus addition: Besides this update, you can also automate tests using the latest Selenium version, 4.23.

Start Testing

Test Your Flutter Apps on iOS

LambdaTest App Automation now lets you test Flutter apps on iOS devices. You can run your Flutter tests with Dart on real iOS devices in the cloud, making it easier to ensure your app works as intended across different iOS versions and devices.

With access to various iOS devices through LambdaTest, you can thoroughly test your Flutter apps without worrying about managing physical devices. This support helps you find and fix issues faster, boosting the quality and performance of your Flutter apps on iOS.

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.

Inspect Your App Automated Tests Using Live Debugger

Now perform live debugging of your app automated tests. This feature lets you interact with your automated tests in real time, enhancing your debugging experience right from the App Automation dashboard. 

With live inspection for app automation, you can:

  • Activate Live Debug mode during the test execution.
  • Use the Live Debug mode to access extended UI Inspector capabilities.
  • Interact directly with the app on the real device, inspect UI frames, and perform debugging actions.
  • Debug your automation scripts without interrupting ongoing tests, ensuring focused and efficient testing.

Other Enhancements:

  • You can now leverage Appium plugins in App Automation to elevate your automated app testing. These plugins modify Appium's behavior, enabling you to customize your testing environment for greater efficiency and effectiveness tailored to your specific needs.

Start Testing


Show Previous EntriesShow Previous Entries