- Print
- DarkLight
Release Notes - November 28th, 2022
1. Featured Releases 🚀
Video logs for test results 🎥
Have you ever wondered what was actually happening on the browser when you didn't get the expected result from a test run on the cloud? Now you can see the actual behavior of the browser on our video logs on the Test Result Details Page! We hope you can see what was happening in the video and find it useful for troubleshooting.
- Video logs are available on Chrome/Linux environments only.
- There is a 30 day retention period for video logs; after 30 days the video log will no longer be available on the test results.
CSS selectors shown on the Test Result Details Page 👉
Good news for everyone who uses locators frequently! You can now see the CSS selector specified at each step in the test results screenshot comparison modal. It saves you the time of having to go back and check the scenario from the test results to check the selector.
2. Soon to be released 🎁
Quick Element Update (Beta) 🪄
When a test fails, or even when it succeeds, there are times when you want to change the elements specified in the application screen under test. In such cases you would have to re-record the step, and this can be tedious if replaying to that step takes a long time. That's why we have developed a completely new feature that lets you change the element you specify by simply clicking on a screenshot of the test results!
We'll be bringing this to you as a public beta feature very soon, so stay tuned!
3. Other Updates ✨
Bug Fixes
- Fixed an issue where a Choose File step could fail with the message "One or more files could not be selected" even if it was actually successful
- Fixed an issue where scenario duplication could fail when the scenario has a Step Group with an email address for Email Testing
- Fixed an issue where the number of steps of a scenario starting with a Step Group could be 0 right after creation