AutoMax
Reference

Exit codes

What each exit code of the automax command means.

CodeMeaningTypical cause
0successall scenarios passed, or a read-only command completed
1failurescenario failures, a gate not met, or an unexpected runtime error
2configuration or usage errorunknown project, missing environment file, invalid YAML, unresolved ${VAR}, literal secret, bad flag value
3lint errorstag taxonomy or Gherkin errors from automax lint (also when run lints first)
130cancelledCtrl-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.