- Print
- DarkLight
Release notes - September 11th 2024
Featured Release - JST Test Execution 🚀
Tests can now be executed in JST! 🕰️
Due to heavy customer demand, we have released a new feature — Autify NoCode Web now supports test execution in Japan Standard Time (JST)!
Benefits of JST Test Execution
Autify runs tests in UTC timezone by default, but if your site or application has specific requirements based on the time in JST, you can now adjust your scenarios and test plans to test those requirements.
Also, sites and applications designed to exclusively work in JST and on devices using JST will now work without issue on Autify.
In short, if you are based in Japan or primarily serve Japan-based users, you no longer have to worry about timezone differences between your product and Autify NoCode Web!
For more information, please read Japan Standard Time (JST) Test Execution.
Visual regression testing threshold 🎨
You can now set a visual regression threshold for your Element Should Look The Same
steps. This threshold is set on a per-step basis and can be found in the step’s settings under the label Set visual regression diff threshold
.
Accepted values range from 0% - 100%. The higher the threshold, the more forgiving the step will be of visual differences. In the past, a difference of even 0.01% would have caused the step to fail, but now you will be able to verify the appearance of elements in a much more flexible way!
For more information, please read Visual Regression Testing for Elements.
Other Updates ✨
Environment updates
The following browsers have been updated:
- Chrome 126.0 → Chrome 127.0
- Edge 124.0 → Edge 127.0
- Firefox 128.0 → Firefox 129.0
Bug Fixes
- Fixed an issue where certain workspace timezones caused test plan trigger update to fail
- Made some improvements to reduce the rate of internal errors during test execution on Edge
Notice
With this week’s Chrome, Edge, and Firefox updates, alerts that run before a page is unloaded (beforeunload
alerts) are now automatically handled by the browser during test execution on all test execution environments. In addition, Autify Recorder no longer records any Handle Alert
steps for beforeunload
alerts.
For scenarios made before September 9, 2024:
- Refer to this page to learn how to identify
beforeunload
alerts - Remove all
Handle Alert
steps forbeforeunload
alerts