Commands
Command Reference
Complete reference for all QUESTPIE Probe CLI commands.
Command Reference
All commands use the qprobe CLI prefix.
Process Management
| Command | Description |
|---|---|
qprobe start | Start a background process with ready detection |
qprobe stop | Stop a running process |
qprobe restart | Restart a process with its original config |
qprobe ps | List running processes |
qprobe health | Poll a URL until healthy |
Logs
| Command | Description |
|---|---|
qprobe logs | View, filter, and follow process logs |
HTTP
| Command | Description |
|---|---|
qprobe http | Send HTTP requests with assertions |
qprobe check | Quick health check on a URL |
Browser
| Command | Description |
|---|---|
qprobe browser | Control a browser — open, click, fill, snapshot, screenshot, eval |
Recording & Replay
| Command | Description |
|---|---|
qprobe record | Record browser interactions |
qprobe replay | Replay recordings as Playwright tests |
qprobe recordings | Manage saved recordings |
Compose
| Command | Description |
|---|---|
qprobe compose | Start/stop full stack from config |
Assertions
| Command | Description |
|---|---|
qprobe assert | Assert page content, URL, title, errors |
Setup
| Command | Description |
|---|---|
qprobe init | Scaffold a qprobe.config.ts |