Live With New LambdaTest Certification: Espresso 101

We are now live with our newest certification, Espresso 101, perfect for anyone looking to polish their skills in Android app testing with Espresso. 

What’s Inside?

  • Hands-On Practice: Gain practical experience with real examples that will help you master Espresso quickly.
  • Run Tests on LambdaTest: Discover how to smoothly run your Espresso tests on the LambdaTest cloud, testing across different devices and browsers.
  • Certification: Earn your Espresso 101 Certification when you finish, showing off your new skills.

Enroll for Espresso 101 Certification and take the next step in your test automation journey!

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

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.

Latest Enhancements in Web Automation

We have made a few improvements in Web Automation to offer a significant boost to your web testing experience on LambdaTest. 

The enhancements include:

Faster Boot Time for iOS Simulator App/Web Testing  

Now experience significantly faster boot times for iOS simulators, leading to a more efficient and streamlined testing process. This allows you to focus on creating high-quality tests and delivering exceptional app/web experiences.

Fast and Improved Tunnel With Sock Protocol Support 🌐 

Experience a significant improvement in LambdaTest Tunnel connection speeds with Sock protocol support. This translates to faster and more reliable communication between your local machine and the LambdaTest cloud grid.

Start Testing


Live With Accessibility DevTools Chrome Extension

Hey folks 👋

We're now live with our own Accessibility DevTools Chrome Extension that lets you perform web accessibility testing at your fingertips. Our Chrome extension for web accessibility ensures inclusivity and compliance for all users.

With LambdaTest Accessibility DevTools, you can
  • Conduct comprehensive scans of entire pages or focus on specific components.
  • Automate scans across multiple URLs simultaneously.
  • Perform ongoing evaluation and capture issues from user interactions and page redirections.
  • Get detailed summaries and customizable settings to streamline the debugging process.
  • Get a centralized dashboard for easy tracking and management of accessibility tests.

To get started, check out this guide - LambdaTest Accessibility DevTools.

Show Previous EntriesShow Previous Entries