- Print
- DarkLight
Release notes - August 8th, 2022
1. Featured Releases 🚀
Scenario Labels displayed in more places 🏷
Scenario Labels are now viewable on the Test Plan and Test Results Detail pages. We're also going to implement filter features using these labels, so stay tuned!
On the Test Plan Detail page
On the Test Results Detail page
Easy access to Mail Inbox for Email Testing 📨
When you run a test using the Email Testing feature, you can now view the Mail Inbox page from the Test Results Detail page. This Mail Inbox is not limited to permanent email addresses, but also for random email addresses, where it has been difficult to check the contents of incoming mails before!
Also, the Mail Inbox page now shows sender email address and sent and received timestamps. This information will make it easier to find the email you are looking for.
JS Step return value 💻
Great news for JS Step users - Now you can see actual return values that were returned from JS Steps on the Test Results Detail page!
This should make debugging easier when you use those return values in later steps, or you may just want to use it for displaying some values in the test results.
2. Other Updates ✨
Fixes related to Email Testing
- Fixed the issue where random email addresses cannot be renamed
- Fixed the issue where random email addresses are not displayed correctly in the scenario history
Miscellaneous
- Fix the issue where the recording window became unresponsive if the page showed
beforeunload
dialog and a user selected “Cancel” - Fix the issue where an Open Window step didn't show its argument when it was displayed as a step in a Step Group
- Mark test result as
Internal error
if the error was raised from our internal script