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
- A TestBrick account
- The TestBrick Chrome Extension installed
Steps
Create a UI test
In your project folder, click + and select UI Test. Give it a name like “Login Flow”.
Start recording
Click the Record button. The Chrome extension will start capturing your browser actions.
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
Execution modes
| Mode | Description | Cost |
|---|---|---|
| Cloud | Runs on TestBrick’s cloud browsers | Uses test run credits |
| Local Agent | Runs on your machine via the local agent | Free, unlimited |
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