museo
katt
Our great sponsors
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
museo
-
Hurl, run and test HTTP requests with plain text
Can’t find the specific library I’ve used. But this looks similar
katt
- KATT (Klarna API Testing Tool) Is an HTTP-Based API Testing Tool for Erlang
-
Hurl, run and test HTTP requests with plain text
https://github.com/for-GET/katt is the same concept, but following the pattern matching philosophy. Written in Erlang, available as a CLI tool as well but needs the erlang runtime installed.
Code example: https://github.com/for-GET/katt/blob/master/doc/example-http...
Disclaimer: I'm one of the authors, thus biased, but the reason I'm mentioning katt is that the low barrier of entry for captures and asserts makes it a nice requirement tool for non-techs to write complex API scenarios.
What are some alternatives?
ponos - ponos is a simple yet powerful load generator written in erlang
proper - PropEr: a QuickCheck-inspired property-based testing tool for Erlang
test_that_json - JSON-related helpers for your Elixir testing needs
hound - Elixir library for writing integration tests and browser automation
mix_erlang_tasks - Common tasks for Erlang projects that use Mix
excheck - Property-based testing library for Elixir (QuickCheck style).
ex_machina - Create test data for Elixir applications
Quixir - Property-based testing for Elixir
amrita - A polite, well mannered and thoroughly upstanding testing framework for Elixir
bypass - Bypass provides a quick way to create a custom plug that can be put in place instead of an actual HTTP server to return prebaked responses to client requests.
chemistry - Chemistry is a Testing Framework for Elixir
meck - A mocking library for Erlang