Uploading Files
You can click the Files tab to upload and manage files for your test.
upload "cat.jpeg" to the profile picture or upload "ZDummy_PDF.pdf" to the document field. For single file uploads, simply say upload file.
Reading Files into Context
Beyond uploading files to your application, Docket can also read file contents into the agent’s context. This lets the agent reference information from your files when executing steps or making assertions. Supported file types for context reading include:| Category | Extensions |
|---|---|
| Images | .png, .jpg, .jpeg, .gif, .bmp, .webp |
| Text & Code | .txt, .md, .json, .xml, .html, .css, .js, .py, .java, .c, .cpp, .ts, .tsx, .jsx |
| Config | .yml, .yaml, .toml, .ini, .cfg, .conf |
| Documents | .csv, .pdf, .docx, .doc |
Per-Step File Attachments
You can attach specific files to individual steps by clicking the gear icon on any step. This scopes which files the agent can reference during that step’s execution, keeping context focused and relevant.

