1. Install and authenticate
If you haven’t already, install the CLI and log in:2. Create a config file
Create a file namedqaos-config.json in your project directory:
qaos-config.json
your-project-id-here with a project ID from the QAOS Dashboard, and update the URLs to point to your application.
3. Start the run
- Connect to the QAOS server
- Launch a headless browser
- Navigate to each task’s start URL
- Run the security and quality agents in parallel
- Stream findings to your terminal in real time
4. View the report
Open the report URL printed at the end of the run, or navigate to Reports in the QAOS Dashboard. The report includes:- Every detected issue with severity, description, and location
- Screenshots and reproduction context
- Fix recommendations for each issue
Run in headed mode
To watch the browser as it runs — useful for debugging your config or understanding what the agent is doing:Next steps
Configure a run
Learn all configuration options and how to write effective task descriptions.
Issue reference
Understand every issue type QAOS detects and how to fix them.