- Print
- DarkLight
Release notes - February 28th 2024
1. Featured Releases 🚀
Credit Consumption Alert Email
As you manage credits, you will want to know how much is left and when you will need to purchase more. For this purpose, we have prepared a Credit Consumption Email Notification. This notification will be sent to your registered email address when the percentage of credit remaining reaches the following values:
- 50%
- 25%
- 10%
- 1%
2. Other Updates ✨
Improvements
Now we can filter review-needed test results:
Bug Fixes
Fixed an issue where only ten scenarios show in the scenarios list page even if a greater number of displays has been selected.
Notice
In the near future, the data structure of capabilities (execution environments) used in Autify API will be changed.
Before change:
:os, :os_version, :browser, :browser_version, :device, :device_type, :unsupported
After change::os_type, :os_version, :browser_type, :browser_version, :device, :device_type, :selectable
In conjunction with this change, capabilities that can be specified for the
/execute_scenarios
endpoint will also change. Stay tuned for further updates.