- Print
- DarkLight
Release Notes - November 8th, 2022
1. Featured Releases 🚀
Full screenshots for failed steps 📜
When a test fails, it can be useful to check the entire page to determine the cause, rather than the direct point of failure. For such cases, we have released a feature to get a full screenshot when a test fails!
Screenshots can be easily switched between Viewport
/Fullpage
using the toggle in the top-left of each image. They can also be enlarged and scrolled so you can see every detail.
*As of November 2022, this feature is only available in the PC-sized Chrome environment.
Multi-factor authentication for logging in Autify 🗝
To secure your Autify accounts, we have added multi-factor authentication (MFA). Since MFA can be configured per user, we encourage you to take this opportunity to set up MFA.
See the following document for how to setup MFA.
Multi-Factor Authentication (MFA) for Autify
Autify Connect updates 🔌
Proxy support
Now Autify Connect Client supports testing against apps behind proxies! This allows the running of Autify tests under the following conditions:
- All outbound Internet connections from the Access Point must go through a proxy
- Requests from the Access Point to the private applications under test must go through a proxy
See the Autify Connect v0.7.0 release notes for more details.
Official Docker image
Our official Docker images for Autify Connect Client are now available on the ECR Public Gallery on AWS. If using Docker images is more suitable for your operation than installing a single binary on your machine, please give it a try:
https://gallery.ecr.aws/autifyhq/autifyconnect
Autify Connect makes it possible to run Autify tests against private web applications which cannot be accessed directly from the Internet. If you have not yet used Autify Connect but are interested, please contact our support team!
2. Other Updates ✨
Improvements
- Updates in Test Result List Page
- "finished at" is now displayed even if the test ends with an internal error.
- Test case results were originally displayed in descending order of end time, but have been changed to be displayed in descending order of start time.
Environment Updates
Updated the following browsers:
- Firefox 106
- Chrome 107
- Edge 106
Bug Fixes
- Fixed a problem where if a keyword used in a step contained two or more consecutive spaces, the test results showed a single space.
- Fixed a problem where the timezone was not reflected in the date and time of the filter in the test results.
- Fixed an issue where step arguments that began with ${ were marked as an invalid value and were inconsistent with the behavior in test execution.
- Fixed a problem in which step numbers were not displayed in Scenario Details Page if a step referenced a return value from another step in a step group.