Modules
Batteries-included test isolation for Elixir and Phoenix.
Orchestrates test sandbox setup and per-test checkout/checkin.
Behaviour for sandbox adapters.
Sandbox adapter for Cachex. Works with vanilla Cachex — no fork required.
ExUnit case template that checks out all configured sandboxes and checks them back in on exit.
On-demand Postgres lock chain reporter.
Sandbox adapter for FunWithFlags. Works with vanilla FunWithFlags — no fork required.
LiveView on_mount hook that propagates test sandbox state from the test owner process to WebSocket-connected LiveView processes.
Background monitor that periodically polls Postgres for blocked queries and reports the lock chain.
Sandbox adapter that captures logs per test.
Plug that propagates test sandbox state from the test owner process to HTTP request processes (controllers, channels).
Sandbox adapter for Redis via Redix.