Latest Features in HyperExecute

RELEASE VERSION: 1.102

Hey folks 👋 

LambdaTest's HyperExecute just went live with the latest set of features 👇 

  • The new Firefox browser versions 109 and 108 are available for testing on all OS -Windows, macOS, and Linux. 🌐 
  • Now view the recent history of all of your tests. This will help monitor your changes and understand exactly how they affect your web application. 📜 


Start Testing

Presenting Testμ Conference 2023 - Decode the Future of Testing

Greetings Folks 👋 

In 2022, we launched the first edition of a community-centric virtual conference, Testμ Conference, to discuss the future of testing.🎉

After its roaring success, we are pleased to present Testμ Conference 2023. 🚀

A 3-day event where testers, developers, community leaders, industry experts, and ecosystem partners in the testing and QA space will come together under one online roof. 😀

𝐊𝐞𝐲 𝐇𝐢𝐠𝐡𝐥𝐢𝐠𝐡𝐭𝐬 🔑 

  • 30+ Sessions 
  • 45+ Speakers 
  • 10,000+ Attendees 
  • 2000+ Minutes 
  • Live Q&As 

Join one of the world's largest free software testing conferences 📺 

👉 Register for FREE

HyperExecute Updates: New Features

RELEASE VERSIONS: 1.96 & 1.97

Here are some latest enhancements and new features in LambdaTest's HyperExecute. 👇

  Job Alerts on Slack

Now get instant updates about the progress of your tests, use HyperExecute, and integrate it with Slack. You will get updates on the status of your jobs along with other important details. 

Furthermore, you can also go to the job directly by clicking on View Job, which is provided at the bottom of the alert.  

If you want to get a detailed walkthrough on how to set up Slack alerts, please refer to our guide on Slack integration

Job Reports as an Email

You can now receive your job reports directly as an email. 

Just specify your email ID in the HyperExecute YAML file and use the partialReports flag to get the job report on it. 

partialReports:
  frameworkName: testng
  location: target/surefire-reports/html
  type: html
  email:
    to: 
      - <your_email_id@example.com>
      - <another_email_id@example.com>

For more details, go through our documentation - Receive the Job Report as an Email.

Start Testing

HyperExecute: New features this week

RELEASE VERSION: 1.95

Unlock the potential of HyperExecute Cloud with our fresh batch of features!

Inherit Your YAML Configurations

If you are running multiple jobs on the same project using different YAML files, the Inheritance in YAML feature allows you to save the configuration settings that you commonly use and inherit them as base in other YAML files. 

To understand how to make the most of this feature, please refer to our tutorial - Inherit Your YAML Configurations.

View Your Artefacts on the HyperExecute UI

HyperExecute now allows you to create custom URLs for your Artefacts. These custom URLs let you access specific Artefacts directly and make it easier for you to download or preview them. To understand how to use this feature, check out our document - Construct URLs for Your Artefacts.

Start Testing

HyperExecute: New features and enhancements

RELEASE VERSION: 1.94

Here are some latest enhancements and new features that LambdaTest's HyperExecute Cloud has to offer. 👇

  • An optimized report creation process for TestNG jobs. You can use these reports to check the Test Summary, Scenario Summary, and more.

  • Added support of HyperExecute Analytics for Private Cloud. With this, you can optimize your testing process and learn more about how your tests are performing.

  • Abort functionality has been enhanced to provide you with more flexibility. You can abort all or a selected amount of jobs. However, an admin can abort any and all jobs currently running for their organization.

Start testing

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

Expedite your XCUI App Automation with HyperExecute

Hey, there👋 

Glad to announce that LambdaTest's XCUI automation cloud now supports running XCUI tests via HyperExecute on real devices. 

Using this feature, you can speed up your testing cycles by splitting the XCUI test cases into shards and running them in parallel to save time while running other XCUI tests. 

For more details, please refer to our support document - Sharding for XCUI

In addition, here are some more features added to real-time and automated app testing.

  • While running real-time app tests, team members can now copy their App ID for the app they upload.

  • The Apple News app is now available on iOS devices.
  • An admin can now stop a build or test running in their organization.
  • Support for iOS App Settings in app automation to change permissions for Camera, Contacts, Photos, etc. For more details, check our guide, iOS App Settings.

Give a spin to these new features 🌀

Start testing

LambdaTest Test Analytics: New Features

Hey, testers 😀 

Check out these new features added to LambdaTest Test Analytics. 👇 

  • Filter the Test Case Health Snapshot view according to your Count of Tests.

  • Added support for cloning the widgets in the Analytics Dashboard.

  • The new Task Status Ratio widget provides information about the quality of your current tasks based on the status marked on the LambdaTest platform.

Give these new features a try!

Start testing

Support for Windows 11 in HyperExecute

RELEASE VERSION: 1.92

Hey folks 😀 

LambdaTest's HyperExecute Cloud now supports the following new features 👇 

  • Now run end-to-end automated tests on Windows 11. You can configure this by adding runson a key in the HyperExecute YAML file. 

To run tests on Windows 11, set the value of the runson key to win11 as shown below.

version: 0.1
runson: win11
testSuiteTimeout: 90
autosplit: true
retryOnFailure: true
maxRetries: 1
concurrency: 2
globalTimeout: 150
testSuiteTimeout: 150
testSuiteStep: 150
  • HyperExecute now allows you to retry commands that might fail during the pre-stage level. 

To do this, configure the preDirectives key in the HyperExecute YAML file. 

preDirectives:
   commands:
     - mkdir -p m2_cache_dir
     - mvn -Dmaven.repo.local=$CACHE_DIR -Dmaven.test.skip=true clean install
  maxRetries: 5

The value of the maxRetries key determines how many times you want to retry your commands.

Try out these new features 🚀 

Start free testing


Show Previous EntriesShow Previous Entries