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.
File Uploads
TestBrick handles file uploads during test recording and replay. Upload images, documents, or any file type your app accepts.How it works
- During recording, click the file input or “Upload” button
- Select a file — TestBrick captures the upload step
- The file is stored and replayed during test execution
Supported file types
Any file type your app accepts — images, PDFs, documents, CSVs, etc.During replay
TestBrick downloads the stored file and uses Playwright’ssetInputFiles to inject it into the file input. The app processes it exactly as a real user upload.