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

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.

Meet the All-New Chromium Based LT Browser 2.0

Hey folks 👋 

We're excited to announce the beta release of the new Chromium-based LT Browser 2.0.

Unleash the power of Chromium and take your responsive testing to the next level. The all-new LT Browser 2.0 is faster than ever as it is based on the latest native Chromium rendering engine (Blink). 


The new LT Browser 2.0 boasts enhanced performance and several features that make it easier for you to create responsive designs for device viewports of all sizes. 📱 💻 

Here is a quick rundown of the features that LT Browser 2.0 offers 👇 

  • Interact and test with 4 devices simultaneously.
  • Dedicated DevTools for different viewports.
  • Test with unlimited custom device viewports.
  • Generate and share multiple error reports.
  • Use Chromium settings.
  • Install Chrome extensions.
  • Unlimited browser tabs to launch device viewports.
  • Record with the entire screen or browser tab.

📌 For more details, please check our Product Update on LT Browser 2.0 

📌 To get started, refer to LT Browser 2.0: Getting Started Guide

Try it out now

Live With Playwright 102 Certification

Hey People 👋 

The LambdaTest certification just got bigger! We added another new test automation certification for the Playwright series - Playwright 102 🎭

Now showcase your advanced Playwright test automation skills on the HyperExecute cloud grid and take your automation career to new heights 

Enroll now for FREE

Introducing support for Appium 2.0

Hey folks 👋 

Now harness the real power of mobile test automation with Appium 2.0 on LambdaTest real device cloud for Android testing 📱 

Appium 2.0 is an upgrade to the Appium framework that comes with powerful features to make the most of your testing experience.🚀 

To use Appium 2.0 for Android app automation, pass the following capability in your test script.

appiumVersion : '2.0'

Bug fixes 🐞

  • Fixed a bug in real-time app testing for scroll gestures using a mouse wheel or trackpad on a real iOS device.

Start testing

Show Previous EntriesShow Previous Entries