Skip to content

Examples

All examples are in the examples/ directory of the bugatti repo.

ExampleWhat it testsKey features
Static HTMLLocal HTML page via browserNo server, browser testing
Node + ExpressExpress TypeScript API + UIpnpm install, shared setup via _ prefix, multi-port
Python + FlaskFlask API + UILong-lived server, readiness URL, strict warnings
Rust CLIRust CLI toolShort-lived build command, per-step timeout
Terminal window
git clone https://github.com/codesoda/bugatti-cli.git
cd bugatti-cli/examples/static-html
bugatti test

Each example includes a bugatti.config.toml and one or more .test.toml files ready to run.