Skip to content

Launch AI Recorder Directly in Your Browser

You can now use the AI Recorder as a web application without installing any software on your computer. This streamlined approach lets you start testing immediately without setup or installation requirements.

The web-based AI Recorder is now the default for all new users. Existing enterprise customers retain access to the desktop AI Recorder for Windows and Mac.

Getting started:

Visit the Quick Start Guide to begin using the web-based AI Recorder.

CleanShot_2025_12_08_18_20_13

Note

The web-based AI Recorder can only access applications that are publicly available on the internet. If you're testing internal applications that aren't exposed to the internet, use the desktop version of the AI Recorder instead.

Enable Playwright Trace Files for Failed Tests

You can now capture detailed Playwright trace files when tests fail in the BlinqIO Execution Planner. Trace files provide comprehensive debugging information, including network activity, DOM snapshots, and console logs at each step of your test execution.

To enable Playwright traces:

  1. Navigate to the Executions page
  2. Select and edit your execution
  3. Click the Configure button in the top-right corner
  4. Enable the Upload Trace toggle

image-20251209201355552

To download trace files:

  1. Go to the Reports page
  2. Open the run report for a failed test
  3. Click the Download button in the top-right corner
  4. Select Download Trace

image-20251209202617929

To view trace files:

Open your trace file at https://trace.playwright.dev to explore the detailed execution timeline and debugging information.

Note

An integrated trace viewer will be available directly on the Reports page in an upcoming release.

Capture Video Recordings of Failed Tests

You can now record video of test executions in the BlinqIO Execution Planner. Videos are automatically captured for failed tests, providing visual context that makes debugging faster and more effective.

To enable video recording:

  1. Navigate to the Executions page
  2. Select and edit your execution
  3. Click the Configure button in the top-right corner
  4. Enable the Upload Videos toggle

image-20251209201355552

To download video recordings:

  1. Go to the Reports page
  2. Open the run report for a failed test
  3. Click the Download button in the top-right corner
  4. Select Download Video

image-20251209202617929

The video shows the complete test execution, helping you identify exactly where and why the test failed.