Changelog 2022.03
2022.03
New Features & Improvements
- Added the ability to open a new browser window or tab from a code block.
- Added a
silentoption for clicks and other steps when called from a code block. With this option, the step will be carried out if possible, but if it fails the script will continue without error. - Made it possible to stop a script immediately, even if it’s in the middle of a code block, without waiting for the code block to finish.
- Improved report filtering for tests with many distinct URLs, to prevent the Response Times graph legend from becoming unintelligible.
- Improved the size and layout of the trace modal.
- Improved the display of n-month plans on the Billing page (such as a custom plan that renews every 6 months).
Bug Fixes
- Ironed out apparent data inconsistencies between the Live View and Report View. The data was correct, but inconsistent because each view was showing data from different time windows.
- Made the step number in the timeline always correspond to the step number in the editor after running a test, so you can more easily relate screenshots to the step that took them.
- Fixed a performance issue with accessing very large response bodies in code blocks or JavaScript validators/capturers.
- Fixed a bug that caused Browser Bots to ignore the “Display interpolated URLs in reports” setting in some situations.
- Fixed issues with stripping out URL parameters or truncating the query altogether in the reports.