qaos-config.json for you. This is the fastest way to set up a new run, especially if you’re not familiar with the JSON format.
Accessing the builder
- Log in to the QAOS Dashboard
- Navigate to Projects and open or create a project
- Click New Run → Configure with UI
Step 1 — Name your run
Enter a descriptive name for this run. This name appears in your run history and reports, so make it identifiable:Step 2 — Add tasks
Click Add Task to define each test scenario. For each task, fill in:Task description
Describe what the agent should do in natural language. Be specific about the user flow and what you want tested.Example:
"Navigate to the checkout page, add an item, and proceed through the payment flow"Start URL
Enter the URL where the agent should begin this task. This should be the most relevant entry point for what you want tested.Example:
https://your-app.com/shop/cartStep 3 — Review and export
Once you’ve added all tasks, click Preview JSON to see the generated config file. You can:- Copy to clipboard — paste it into a file on your machine
- Download — save it directly as
qaos-config.json - Run directly — start the run immediately from the dashboard (requires the CLI to be running and connected)