Featured Releases 🚀
Step-level retry upon replay failure
When a test replay fails midway, you can now retry only the failed step on the spot without restarting the entire scenario from the beginning. You can select Try again or Fix with AI from the error screen, which significantly reduces the time required to create and fix tests.
*Record from here button has been removed from the dialog box that appears when a failure occurs during replay. This function will now start recording after the user closes the dialog box or clicks the "×" button.*The recording button
Recording HAR files
You can now record the contents of network communication during test execution as a HAR file. You can select Off, Metadata only, or Full content from Advanced options, and the recorded file is saved in the test results or the downloads folder, which is useful for detailed investigation of the cause.
*Currently, this is only available for local execution and execution on the Nexus Private Runner.
Column and row operations and keyboard navigation in the scenario data table
You can now easily add and delete columns and rows in the scenario data table. In addition, smooth data entry is now possible using the arrow keys, Tab, and Enter on the keyboard, allowing you to edit with a spreadsheet-like operational feel.
Bug Fixes 🐞
Fixed execution conditions for conditional group steps
Previously, if a variable's value was changed within a group step with execution conditions, the test would sometimes be interrupted because it was determined that the condition was no longer met. With this fix, execution conditions are evaluated only at the start of the group, ensuring that the group step is executed correctly until the end.
Fixed directory filtering and operations
We fixed an issue where operations such as renaming or deleting a directory containing special characters like "%" or "_" in its name would affect other unrelated directories with similar names. This allows accurate searching and management even for directories containing special characters.