We now support migrating projects to your private GitHub, Bitbucket, or GitLab repository.
If you're making custom code changes to your BlinqIO project, you can now use git commands such as git status, git add, and git commit to push changes directly from the code editor to BlinqIO.

TIP
See Git Integration for more information.
In addition to running scenarios locally, you can now execute them in the cloud, providing greater flexibility and efficiency.

All text assertions in AI Recorder now include an Advanced Settings option that allows you to convert a text into regex.

We added a Play Step button to Run Scenario Mode in AI Recorder that enables you to run a step multiple times without rerunning the entire scenario.

You can now add a comment to Run Report. Currently, only single comments are supported, with threaded comments coming soon!

In AI Recorder's Edit Mode, you can now delete commands from an implemented step without affecting other steps.

Verify Text in Relation to Another Text now allows specifying an anchor text, verifying the target text relative to it, and setting how many levels to climb in the DOM.
\ (back-slash) in Regex when adding assertions.