- Print
- DarkLight
Release Notes - April 15th, 2022
1. Featured Releases🚀
1.1. Brand-new Help Center 🐝
Our Help Center has been revamped! The pages have been reorganized to make it easier for you to access the information you need 🗺
Autify for Web Help Center
https://help.autify.com
We will continue to add more and more documents that will be useful to you. Please stay tuned!
1.2. Reusable JavaScript Snippets 💻
Great news for everyone who often uses the same JS Step in multiple scenarios - You can now reuse your custom JS Snippets!
Create your own JS Snippet in your Workspace
In your Workspace Settings page, you will find the JavaScript Snippets section. You can start creating your own snippets by clicking the Add
button.
This will navigate you to the JavaScript Snippets editor. You can write your code as you like. Of course, arguments are also available!
Insert a JS Snippet to your Test Scenario
Once your snippet is saved, it will be available in the Scenario Details Page. Click the [+]
button between the steps, and you can select the snippet from Insert JS Step from Snippets
.
After selecting your snippet, a JS step with the snippet applied will be inserted. Just as with a regular JS step, it's possible to use the return value in the subsequent steps!
2. Other Updates ✨
- The following browsers have been updated:
- Chrome: 100
- Edge: 99
- Improvements
- Step names are now displayed in test result error messages and the modal window
- Bug fixes
- Fixed the issue where a wrong index number was displayed when the return value of JS steps in a step group was used
- Fixed the issue where displaying scenario details pages took longer than expected in some cases
- Fixed the issue where Slack notifications don’t show contents in previews
- Fixed the issue where scenarios containing file upload steps could not be duplicated
- Addressing issues related to email testing
- Fixed the issue where email messages in a special format cannot be displayed
- Resolved the error that happens when it takes more than 2 minutes to receive an email in non-Autify cloud environments
- Addressing environment-specific issues
- Fixed the issue that made test execution with IE slower than usual
- Resolved the error that happens with Safari when a window is closed by JavaScript
- Fixed the issue where files uploaded from macOS may not work properly
- We’ve also made several other improvements to improve test execution stability!