Create your first project
A project in TestBrick represents the application you’re testing. Each project has a base URL and contains folders with your test files.Steps
1
Sign up
Go to testbrick.com and create a free account.
2
Create a project
From the dashboard, click + New Project. Enter:
- Project name — e.g., “My App”
-
Base URL — the URL of the app you’re testing (e.g.,
https://myapp.com)
3
Create a folder
Inside your project, click + New Folder to organize your tests. For example: “Authentication”, “Checkout”, “API Tests”.

4
Create a test
Inside a folder, click + to create a new test file. Choose:
- UI Test — for browser recording tests
-
API Flow — for visual API flow tests
Project structure
Both UI tests and API flows can live in the same folder. The sidebar shows different icons to distinguish them.