testkit 0.2.2

A DSL for testing. Starting with APIs and Browser automation.
Documentation
1
2
3
4
5
- title: GET characters
  GET: https://rickandmortyapi.com/api/character
  asserts:
    - ok: $.resp.json.info.count > 800
    - ok: $.resp.json.results[0].name == "Rick Sanchez"