Streamline Your Testing with HyperExecute

📌 Local Selenium Driver Support 🧑‍💻

HyperExecute now natively supports local Selenium drivers. This means you can run your tests without having to set up and use a remote Webdriver. This simplifies the setup process and can improve test execution performance.

📕 Read the documentation

📌 Playwright Real Device Support 📲

HyperExecute now supports running Playwright tests on real devices. This allows you to test your web applications on actual devices, ensuring they function correctly in real-world scenarios.

📘 Read the documentation

📌 Smart UI Testing using Playwright

HyperExecute now supports integration with SmartUI for your Playwright tests. This allows you to use SmartUI's visual verification capabilities to ensure that your web applications are visually consistent and functional.

📗 Check out the documentation to trigger your tests.

What's New with HyperExecute?

Release HyperExecute Feature 

📌 Speed Up Your Development Workflow 

Optimize your development workflow by significantly reducing codebase upload times, particularly when making frequent, incremental changes.

Key benefits of differentialUpload Flag:

1. Lightning-fast Uploads: Experience upload times faster for incremental changes. ⚡️

2. Boost your Productivity: Spend less time waiting for uploads and more time developing. 🧑‍💻

3. Efficient Resource Utilization: Reduce strain on your network and platform resources. 👨🏻‍💻🧑‍💻

📕 Read the Documentation

📌 Enhance your UI Testing Experience

You can selectively exclude specific elements from visual comparisons during your automated tests.

Advantages of ignoreDOM flag

1. Handling Dynamic Content: Exclude elements that frequently change, like timestamps or user-generated content, to avoid false positives.

2. Focusing on core functionality: Zero in on critical elements by ignoring UI components like headers, footers, or navigation menus.

3. Testing Specific Sections: Target a particular area of your webpage for more granular testing.

📕 Read the Documentation

Start Testing 🚀

SmartUI SDK: Handle Dynamic Data and New Frameworks Support

Handling Dynamic Data in SmartUI SDK 

When conducting visual tests, you may encounter scenarios where certain elements within your software application change between test runs. These changes might introduce inconsistencies in your test results. 

You can now ignore/select specific element(s) to be removed from the comparison by parsing the options in the smartuiSnapshot function.

Check the documentation: Handling Dynamic Data in SmartUI SDK.

Support for New Frameworks in SmartUI SDK 

Apart from Selenium, SmartUI SDK now has support for Playwright, Puppeteer, and TestCafe. 

Refer to the following documentation to get started:

Start Testing

What's New in Web Automation

The LambdaTest Web Automation platform has been upgraded with some new features and enhancements.👇 

📌 Generate Multiple Lighthouse Reports Using Lambda Hooks

LambdaTest enables Selenium automation with the added capability of generating multiple Lighthouse reports using Lambda Hooks. This includes the hook structure, expected behavior, and the specific conditions triggering report generation or error occurrences.

📌 Generate Lighthouse Reports With Playwright Lighthouse Library

With LambdaTest, you can seamlessly perform Playwright automation and effortlessly generate Lighthouse reports using the Playwright Lighthouse Library – all within a single test.

📌 Support for Selenium 4.14 - 4.17

You can now perform automation testing using Selenium 4.14 - 4.17. This enhancement is compatible with the newest Java features for improved performance and stability in your test automation. Also, you can experience faster test execution and reduced latency with optimized WebDriver calls and a more efficient Selenium Grid, all accessible through our cloud.

Start Testing


[New] Handle Dynamic Data in Selenium Using Ignore/Select by XPath

The Ignore/Select functionality for DOM elements in Selenium has been improved with extended support for XPath. With this, you can now ignore or select DOM elements not only in viewport screenshots but also in full-page screenshots.

Additionally, this release enhances the handling of Ignore/Select and full-page arguments in the Smart UI hook, offering a more refined and efficient approach.

📕 To get started, refer to the documentation - Handling Dynamic Data in Selenium Using Ignore/Select by XPath.

Start testing for FREE

Run Visual Regression Tests With Smart UI SDK

Now perform visual regression testing with Smart UI SDK.

Our new Smart UI SDK captures the DOM of your website/URL and renders it across multiple browsers and resolutions in a single call, enabling seamless testing of websites in multiple environments and ensuring UI consistency across builds. 

You can also integrate it easily with your functional tests or use it for batch-testing multiple static URLs. 

Smart UI SDK is currently supported for Selenium with Java, Node.js, and Python. 

Support with more frameworks is on the way!

Start Testing

Smart UI: New API to Fetch Build Status and Ability to Capture Screenshot of Specific Element

New API to Fetch Build Status for Smart UI 🔼 

With the new API for Smart UI testing, you can now get all the build statuses by making an API call for fetching the status of the builds that are run in your project. 

To get started, check the documentation - APIs for Smart UI Automation

Capture Screenshots of Specific Elements with Selenium 📷 

You can now capture screenshots of specific elements by leveraging various locator mechanisms such as XPath, CSS ID, class, and selectors. This precision-driven approach ensures accurate Selenium visual regression testing for your web application. 

Refer to our guide - Capture Screenshot of Specific Element with Selenium.

Start Testing

New in Smart UI: Custom Viewport Configuration for Storybook

To provide the visualization of your UI components on various device screens, you can now set up custom viewport configurations. 

This feature is an extension of Storybook's existing Viewport toolbar item, enabling you to capture and view stories in different dimensions, such as mobile or tablet, with specific orientations like portrait or landscape.

📒 To get started, refer to our guide: Custom Viewport Configuration for Storybook.

New Features: Smart UI and Account Management

Smart UI

  • Perform Smart UI testing with Storybook 7 and get enhanced component visualization, testing, and collaboration capabilities.
  • Smart baseline strategy for SmartUI to streamline the process of updating baselines for approved screenshots, reducing manual intervention, and improving the overall efficiency of the testing workflow.
  • Now take multiple screenshots in a build and give them the same name. This is useful for comparing different stages or elements, as you're not limited to just one screenshot with the same name in a build. This overwrite screenshot feature in Smart UI will replace (overwrite) the latest screenshot with the previous ones in that build.

ACCOUNT MANAGEMENT

  • New security features in the LambdaTest Tunnel to configure security options for the tunnel to restrict tunnel creation to specific users, turn tunnel sharing on or off, and control which local domains are accessible (or inaccessible) through the tunnel. 
  • Audit logs in LambdaTest Tunnel for user and organization-level activities to monitor account activity, detect unauthorized access, investigate security incidents, track user-level and organization-level activity history, and audit compliance with security policies.
  • Password and access key expiry policy to let organization administrators set the duration of password and access key expiry. After that, users can create a new password and/or use the regenerated access key. Admins will also be able to exempt certain users from the application of this policy. 
  • LambdaTest integration with Zenkit for tracking and managing bugs and issues. With this integration, you can effortlessly log bugs directly from the LambdaTest platform to your Zenkit instance, eliminating the need to maintain tasks and issues manually. 

Start Testing

App Automation on Emulators and Simulators, Flaky Test Detection With Test Intelligence, Latest iPhone 15 Simulators, and More

APP AUTOMATION

App Automation on Emulators and Simulators 

LambdaTest now supports App Automation on Emulators and Simulators. With this feature, you can automate mobile apps on a virtual device cloud of Emulators and Simulators. Currently, this feature is available in the Beta phase, with support for the Appium framework.

Head over to our documentation to get started - App Automation Using Emulators and Simulators on LambdaTest.

SmartUI

DOM Comparison for Playwright and Puppeteer

While performing visual regression testing, if you have any dynamic elements that are not in the same position across test runs, you can now ignore/select a specific area to be removed from the comparison using the Playwright and Puppeteer framework. 

Refer to the documentation to get started - Handle Dynamic Elements in SmartUI.

TEST INTELLIGENCE 

AI-Powered Flaky Test Detection 

LambdaTest Test Intelligence platform is now live with flaky test detection to help you identify the flaky tests in your test suite. It provides you with a list of tests that are flaky and the reason behind the flakiness of the test. 

You can also view the history of the flaky tests and the number of times the test has failed in the past. This helps you to identify the flaky tests and fix them to improve the quality of your test suite.

Check the documentation - Flaky Test Detection with Test Intelligence.

LAMBDATEST TUNNEL

New Tunnel Flags for NTLM Authentication

LambdaTest Tunnel now offers support for NTLM authentication, a Microsoft-specific authentication mechanism used on IIS Servers. To use this feature, we've introduced two new flags: --ntlm-username and --ntlm-password.

REAL TIME TESTING

Test on the Latest iPhone 15 Simulators with iOS 17

You can now test your web and native mobile apps on the latest iPhone 15 Series running iOS 17. The available iPhone 15 Simulators include the following models: 

  • iPhone 15
  • iPhone 15 Pro, Pro Max
  • iPhone 15 Plus 

INTEGRATIONS

LambdaTest Integration With Axosoft

LambdaTest now offers integration with Axosoft to enable the creation and management of bugs or issues directly from the LambdaTest platform.

To use this integration, visit the documentation - LambdaTest Integration With Axosoft.

Start Testing 🚀 

Show Previous EntriesShow Previous Entries