📄️ Write Missions
Each file exports a mission string or function and invokes runMissions.
📄️ Choosing a Model
Testronaut supports multiple OpenAI models for agentic (tool-using) workflows.
📄️ Chain Missions
Use runMissions to sequence flows, control parallelism, and share memory/env.
📄️ Run in CI (GitHub Actions)
Setting up Github Actions to run Testronaut! Perfect for catching issues early on pull requests or deployments.
📄️ CLI Login / Auth
A) Browser login
📄️ Uploads and Downloads
Testronaut supports tests that require uploading/downloading files. Files that are used in tests will be in the following director by default:
📄️ Upload Reports
After a run you’ll have:
📄️ Serve (and View)
Serve the latest HTML report over http and open it in your default browser.
📄️ Usage & Costs
Testronaut itself is free to run — but it uses your OpenAI API key behind the scenes.