We have added the latest browsers in Real Time Browser Testing for desktops. Test on them now to ensure comprehensive coverage for your testing needs.
- Chrome 127 Beta, 126
- Firefox 129 Beta, 128
- Edge 127 Beta, 126
We have added the latest browsers in Real Time Browser Testing for desktops. Test on them now to ensure comprehensive coverage for your testing needs.
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.
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.
HyperExecute now supports k6, a powerful open-source performance testing tool. This integration empowers QA and developers to effortlessly scale their performance testing efforts and gain deeper insights into their applications' performance.
HyperExecute supports all versions of k6 (till 0.52). To use any particular version, all you have to do is mention that specific version in the HyperExecute YAML file
📕 Check the k6 integration documentation to learn more about it.
Now perform live debugging of your app automated tests. This feature lets you interact with your automated tests in real time, enhancing your debugging experience right from the App Automation dashboard.
With live inspection for app automation, you can:
Other Enhancements:
You can now leverage Appium plugins in App Automation to elevate your automated app testing. These plugins modify Appium's behavior, enabling you to customize your testing environment for greater efficiency and effectiveness tailored to your specific needs.
We are live with real-time browser and app testing on iOS 18 simulators. Now, you can run your web and native mobile applications across various simulators running iOS 18 📱
SmartUI
Slack Integration for SmartUI Alerts
Now integrate Slack with SmartUI to receive alerts for changes detected and baseline modifications directly in your Slack channels. Simply activate the feature by toggling it on in your project settings. This feature will boost your team collaboration and ensure that all members are quickly updated about important modifications in the testing process.
Support for Storybook 8
SmartUI now supports running visual tests using Storybook 8. For more information, refer to our guide - SmartUI using Storybook.
Test Analytics
Export Drill-Down Data to CSV
Export drill-down data into CSV format. This feature enhances your data analysis and reporting capabilities by providing easy access to detailed insights. Also, you can effortlessly export drill-down results, improving data manipulation and sharing.
Now gain deeper insights into your application's network activity during Cypress testing with Network HAR Logs.
This feature is applicable on all versions of the Cypress
Benefits of Network HAR Logs:
📕 Check the Cypress documentation to learn more about it.
HyperExecute has released an update for the location-based timezone capability.
With this exciting update, you can now use location names (e.g., "Kolkata") alongside UTC offsets. This empowers you to set precise timezones based on a user's location, ensuring a more seamless user experience.
Previously, you might have needed to use: capabilities.setCapability("timezone", "UTC+05:30");
Now, you can simply set: capabilities.setCapability("timezone", "Kolkata");
📕 Learn how to use timezone capability
HyperExecute expands its support for the latest versions of browsers for all operating systems: Linux, Windows, and macOS. Now you can ensure flawless functionality across a wider range of environments with support for the latest versions of these popular browsers:
With this expanded compatibility, you can streamline your testing process and deliver exceptional user experiences with confidence!
For App Automation, we've now introduced Regular Expression (RegEx) support for the platformVersion capability. For example, you're looking for a specific platform version but it's not directly available. That's where RegEx steps in, allowing you to expand your search parameters to find any platform version that fits your needs.
To use RegEx for mobile app testing, check out this documentation: RegEx Characters for platformVersion.