Skip to content

Git Integration

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.

set-up-git

TIP

See Git Integration for more information.

Run Scenarios in the Cloud

In addition to running scenarios locally, you can now execute them in the cloud, providing greater flexibility and efficiency.

run-in-cloud

Advanced Regex Support in Text Assertions

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

AssertionsInText

Improved Run Scenario Mode in AI Recorder

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.

2-0-1.md

Add Comments to Issues in Reports

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

add-comment-reports

Delete Actions from Implemented Steps in AI Recorder Edit Mode

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

delete-commands

Enhanced Text Verification with Anchor Context

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.

Bug Fixes

  • Fixed scrolling and cursor alignment issues in the Gherkin Editor.
  • Fixed issues with escaping \ (back-slash) in Regex when adding assertions.
  • Fixed an issue with parameter naming when reusing the same step multiple times in AI Recorder.