basdijkstra / rest-assured-net

C# DSL for writing readable tests for HTTP-based APIs
Apache License 2.0
156 stars 19 forks source link

Add utility methods for easy testing of GraphQL APIs #38

Closed basdijkstra closed 1 year ago

basdijkstra commented 1 year ago

It would be nice to have some utility methods that would make writing tests for GraphQL-based queries a little easier.

With the original REST Assured, this is still somewhat contrived: https://applitools.com/blog/writing-tests-graphql-apis-rest-assured/

I'd like to make this simpler by offering a builder for GraphQL queries and variables, and being able to process them as part of RestAssured.Net.

basdijkstra commented 1 year ago

Finished and to be released in 2.1.0.