Reference
Exit codes
What each exit code of the automax command means.
| Code | Meaning | Typical cause |
|---|---|---|
0 | success | all scenarios passed, or a read-only command completed |
1 | failure | scenario failures, a gate not met, or an unexpected runtime error |
2 | configuration or usage error | unknown project, missing environment file, invalid YAML, unresolved ${VAR}, literal secret, bad flag value |
3 | lint errors | tag taxonomy or Gherkin errors from automax lint (also when run lints first) |
130 | cancelled | Ctrl-C, run_cancel, or the server stopping a run |
Structured errors carry code, message, hint and docsUrl; with --json they are printed as JSON on stderr.