
Ethereum integration tests without setup glue code.
Statecraft turns brittle hooks and helper stacks into explicit, typed scenario fixtures with isolated chains per file, so setup stays deterministic and suites run in parallel.
Why teams switch
- Hidden setup order becomes explicit fixture order in
scenario(...). - Ad hoc fork setup becomes pinned, deterministic chain state.
- Independent files can run in parallel on separate runtimes for faster suites.
- Helper sprawl becomes one readable test pipeline.