REST-EZ is a declarative, specification based test framework for REST
& GraphQL
APIs.
Users can test APIs without writing code, but they can also tap into code when they want to. It reads API test specification from YAML files and runs them in serial/parallel mode.
Test reports can be generated in several formats including HTML and JSON.
Build a test suite by providing a set of request and response validation specification in a YAML file.
Each suite can have one or more specs. REST-EZ builds the request, sends it to server and validates response as per the specification.
Choose to validate any or all of following
or Provide a custom Javascript function to validate the response
Enormous thanks to Kiran Mandadi, the original creator of the just-api project form which this project is heavily based (forked).