1.18.0 — Cucumber import, soft logins & the Correction Agent
Cucumber import. Cucumber tests can now be imported from Jira Xray alongside the existing Xray and Zephyr formats. See External Systems → Importing tests.
Snippets with their own "soft" login. A snippet can run inside its own execution context with a dedicated login, so building blocks like admin sign-in and user sign-in can coexist within a single test. See Login and Authentication.
Global test-data object. Test data can now live in a global object that is reused across multiple tests and bound against loops, instead of being duplicated per test. See Test Data.
Correction Agent (first version). A goal-driven self-correcting agent — leave a failing test running overnight and review the suggested fixes the next day. Works through the same triage flow documented in Failed-execution triage and via the AI Assistant.
Playwright import and export. Tests can be exchanged with Playwright in both directions. See External Systems.
Folders everywhere. The folder organisation that started with Macros in the previous release is now available across all entity types. See Folders.
Recording with multiple suggestions. Recording mode now proposes several alternative steps with an inline quality evaluation, so you can pick the most robust one. See Recording → Recommendation mode.