Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add utility methods for easy testing of GraphQL APIs #38

Closed
basdijkstra opened this issue Nov 20, 2022 · 1 comment
Closed

Add utility methods for easy testing of GraphQL APIs #38

basdijkstra opened this issue Nov 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@basdijkstra
Copy link
Owner

basdijkstra commented Nov 20, 2022

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 basdijkstra added the enhancement New feature or request label Nov 20, 2022
@basdijkstra basdijkstra self-assigned this Nov 20, 2022
@basdijkstra basdijkstra added the in progress This issue is currently being worked on label Nov 20, 2022
@basdijkstra basdijkstra changed the title Add utility methods for easier testing of GraphQL APIs Add utility methods for easy testing of GraphQL APIs Nov 20, 2022
@basdijkstra
Copy link
Owner Author

Finished and to be released in 2.1.0.

@basdijkstra basdijkstra removed the in progress This issue is currently being worked on label Nov 22, 2022
@basdijkstra basdijkstra removed their assignment Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant