Active v0.6.0
Supertester
Battle-hardened OTP testing toolkit with chaos engineering, performance testing, and zero-sleep synchronization patterns for building robust Elixir applications.
Stats & Info
- Latest release: v0.6.0
- Recent downloads: 508
- All-time downloads: 868
- Maintainers: nshkrdotcom
Installation
Add supertester to your list of dependencies in mix.exs:
def deps do
[
{:supertester, "~> 0.6.0"}
]
endThen run:
mix deps.get