Behapi
Behapi copied to clipboard
Behat extension for those who want to write acceptances tests for apis
We currently have a lot of duplications for `Request` and `Response` dumpers for the var-dumper (one for basic, one for json). This may need to change.
Implement JSONPath support for json context (see https://github.com/SoftCreatR/JSONPath) To push a bit further would be to support "switching" the fetching of the data from the Json.
Add a step that by default set the method to post and the route for the request to /graphql. Also Json encode the query into the graphQl wrapper.
Support form data support for the "parameters" (will probably though another step than the current "parameter" query).
The README is not enough. Or is it ? :P
Add some tests. :}