AI Recorder
The BlinqIO AI Recorder is an AI-driven test recorder that captures test steps as you perform them. It then automatically generates both the test automation code (Playwright, open-source) and Gherkin scenarios.
With the AI Recorder, you only need to record your test once to produce both automation code and a Gherkin test scenario.
Recorder Features
The AI Recorder captures test steps in real-time as the user performs them and generates corresponding Gherkin test steps.
The tool automatically extracts data from your test steps and enables parameterization for flexibility in test execution.

Add a Step: Insert additional steps during recording with the following options:
Add a Verification Step: Validate UI elements and text-based assertions with:
Verify a text in relation to other text
Verify text is found on the page
Verify text is not found on the page
Verify element property(e.g.,
href
,img
)
NOTE
See Verification Steps to know more
Run an Existing Step/Scenario: Reuse previously recorded steps or scenarios to streamline your workflow and reduce the time spent recording new tests.