Fast
Fast
Tests are run in parallel by default
Easy
Easy
Minimal imports, effect-types as first-class citizens, no pseudo-english DSL
Pragmatic
Pragmatic
Failed tests are reported at the very end, even across suites
Extensible
Extensible
Suites are mere streams of data, letting you bring your own patterns
Quick demo
Quick demo
Despite the scenario containing a 1 second sleep and two http calls, running it 100 times takes 4.5 seconds, when it would take more than 3 minutes sequentially