tasty 0.9.6

A CLI that runs API tests defined and grouped in TOML files.
Documentation
1
2
3
4
5
6
[test_get_user]
method = "GET"
route = "api/users/1"
payload = {}
expect.http_status = 200
expect.response = { id = 1, name = "Test User" }