AxiomCore
Developer Tooling

Axiom test runner

Command boundary for live contract-defined request checks.

axiom test evaluates the contract's TestConfig and runs matching suites on the Tokio-based test runtime.

axiom test
axiom test axiom.acore
axiom test axiom.acore --tag auth-critical

Checks can select a contract route or explicit URL, send request inputs, assert status/duration/schema/body/header results, and capture response values. A WebSocket endpoint uses the declared WebSocket contract for connection and message assertions.

These checks can perform real network writes. Verify each suite's baseUrl and credentials before running it. See Testing contracts for Acore examples and lifecycle guidance.