Examples
All examples are in the examples/ directory of the bugatti repo.
| Example | What it tests | Key features |
|---|---|---|
| Static HTML | Local HTML page via browser | No server, browser testing |
| Node + Express | Express TypeScript API + UI | pnpm install, shared setup via _ prefix, multi-port |
| Python + Flask | Flask API + UI | Long-lived server, readiness URL, strict warnings |
| Rust CLI | Rust CLI tool | Short-lived build command, per-step timeout |
Running an example
Section titled “Running an example”git clone https://github.com/codesoda/bugatti-cli.gitcd bugatti-cli/examples/static-htmlbugatti testEach example includes a bugatti.config.toml and one or more .test.toml files ready to run.