Replies: 1 comment
-
You can already use the existing testing tools (included in strawberry) to create a mock server, send requests, test their performance or response. Do you have a special requirement to keep the testing queries on Apollo? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
Automating GraphQL testing is essential for maintaining the reliability and stability of our GraphQL APIs. Currently, my process involves manual steps, such as copying queries from Apollo Sandbox into my test functions. This discussion aims to explore ways to streamline and improve my automated testing workflow for GraphQL.
Current Workflow
My current process for automated testing involves:
Challenges
Proposed Solutions
Discussion Points
Conclusion
By discussing and addressing these challenges, I can enhance our automated testing workflow for GraphQL and ensure the reliability and quality of our APIs.
Let's hear your thoughts and suggestions on how I can optimize our GraphQL testing process!
Beta Was this translation helpful? Give feedback.
All reactions