Live with New Widget: Job Queue Time Trends

Now visualize your job queue time in an easy-to-read time-series plot using the Job Queue Time Trends widget for HyperExecute. It enables you to see how much time each job spends in the queue before execution, giving you an overview of your testing pipeline's efficiency. 🕛

How this widget helps you?
  1. Identify bottlenecks: By monitoring your job queue time, you can quickly identify potential bottlenecks and take necessary actions to improve the efficiency of your testing pipeline.
  2. Optimize resource allocation: Understanding your job queue time helps you make informed decisions about resource allocation, ensuring that your testing infrastructure is used optimally.
  3. Improved collaboration: Share insights from the Job Queue Time Widget with your team members to foster collaboration and improve your testing processes.

Try Analytics now

Debug your Selenium tests using Telemetry Logs

LambdaTest Automation now supports Telemetry Logs to take your Selenium debugging experience to the next level 🚀

With Telemetry Logs, you can gain greater insights into your Selenium tests and unearth issues faster than ever before. By leveraging Selenium 4 and OpenTelemetry integration, view the tracing of requests and event logs for each request to troubleshoot your test sessions. 🔍 

📕 To get started, check out our documentation - Selenium Debugging using Telemetry Logs

Start Testing

LambdaTest Analytics: Widget Enhancements and New Features

We are glad to announce the latest release of LambdaTest Analytics, featuring significant enhancements to Edit Widget functionality, improved metric customization, and much more. 📊 

Below is a summary of the new features and improvements:

 Customize Widgets with Display Options

We have expanded the customization capabilities for our widgets. You can now modify the visualization of the widgets more easily, with options including:

  • Changing the graph type to suit the data representation better.
  • Showing or hiding graph legends for a cleaner and more focused view.

Ability to Change Metrics on Widget Views

Now you can control the percentage value displayed on the card widgets for Test Summary and Test Case Health Snapshot for Web Automation, App Automation, and HyperExecute. This added flexibility would help better tailor the displayed metrics to your specific project needs.

View or Hide Parallel and Queued Annotations

We have added a new display option for Concurrency Trends, giving you the ability to show or hide parallel and queued annotation lines. This feature will help you focus on the most relevant information while analyzing concurrency trends.

 Bonus addition:

📌 LambdaTest now supports web automation testing with Selenium 4.8.0.

Start testing


Test on Latest Browsers, and FogBugz Integration

Hey folks 😀 

Here are a new set of features from LambdaTest's Real Time Testing 👇 

Latest Browsers in Real Time Testing  🕑 

  • Chrome 110 Beta, 109 
  • Firefox 110 Beta, 109 
  • Edge 110 Beta, 109
  • Opera 95

Newest Integration with FogBugz 🔗 

Avoid the hassle of maintaining bugs and tasks manually. With our newest integration with FogBugz, file bugs in a single click while performing cross browser testing of your website from the LambdaTest platform to your FogBugz instance.

Other Enhancements: The LambdaTest Integration for Zapier has been optimized for improved performance  

Start Testing

New features in Smart UI Testing

Hey Testers 😀 

LambdaTest's Visual Regression testing has rolled out some new features. Here are the ones.

  • Ability to compare static Storybook build files and run Smart UI tests using CI.
  • Now print the build report on the terminal logs upon completing your test runs. 

LambdaTest Analytics

  • Error Stats - In the Error Stats widget, we have now added the ability to inspect the jobs run on HyperExecute.

👉  Start testing 

Support for Cypress testing on macOS Ventura

Hey Folks 😀 

LambdaTest now allows you to run end-to-end Cypress tests on macOS Ventura. Test your web applications across 40+ different browsers running real macOS Ventura. 

In addition, we also released new browser versions for automation testing. 🌐  

  • Chrome 110 Beta, 109
  • Firefox 110 Beta, 109
  • Edge 108 Beta107

Start Testing

Latest Features in LambdaTest Test Analytics

The LambdaTest Test Analytics platform has been upgraded with several new features. and enhancements. 📊 

Let's take a look 👇 

  • Support for filtering the dashboards by a particular time and date selection. This will help you get more precise results at the required timestamp.
  • Ability to edit the Dashboard Layout that helps you arrange your widgets according to the alignment of your choice.
  • New feature to copy or clone the existing dashboard with all the widgets and configurations, the same as the source dashboard, to explore more detailed insights by adding more widgets or filters without disturbing your current dashboard.
  • View the Job runs by Time Span Summary on every graph widget added for HyperExecute in the Dashboard. This feature is exclusive to HyperExecute users.

Bonus Additions

SmartUI Testing: LambdaTest Automation now allows you to perform visual regression testing using Puppeteer, Storybook, and GitHub App.

📕 Refer to the below guides to get started:

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

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