Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.testbrick.com/llms.txt

Use this file to discover all available pages before exploring further.

Your first UI test

UI tests record your browser interactions and replay them automatically. No code needed — just click through your app.

Prerequisites

Steps

1

Create a UI test

In your project folder, click + and select UI Test. Give it a name like “Login Flow”.
2

Start recording

Click the Record button. The Chrome extension will start capturing your browser actions.
3

Interact with your app

Navigate to your app and perform the actions you want to test:
  • Click buttons
  • Fill in forms
  • Navigate between pages
  • Upload files
Each action is captured as a test step.
4

Stop recording

Click Stop Recording when you’re done. Your test steps appear in the step list.
5

Run your test

Click Run Test to replay your recorded steps. TestBrick executes each step in a real browser and reports the results.

Execution modes

ModeDescriptionCost
CloudRuns on TestBrick’s cloud browsersUses test run credits
Local AgentRuns on your machine via the local agentFree, unlimited
Install the TestBrick Local Agent to run tests for free on your own machine.

What’s captured

Each test step records:
  • The action (click, type, navigate, etc.)
  • Element locators (multiple strategies for reliability)
  • Screenshots after each step
  • Video recording of the full test run