REST, GraphQL API testing with declarative YAML specs
📰 Dev.to · Kiran
Learn to test REST and GraphQL APIs using declarative YAML specs with Just-API, a new open-source framework
Action Steps
- Install Just-API using GitHub repository
- Define API tests using declarative YAML specs
- Run tests using Just-API command-line interface
- Configure test settings and parameters in YAML files
- Integrate Just-API with existing CI/CD pipelines
Who Needs to Know This
API developers and testers can benefit from using Just-API to simplify and streamline their testing workflows, ensuring higher quality APIs
Key Insight
💡 Declarative YAML specs can simplify API testing by providing a clear and concise way to define test cases
Share This
🚀 Simplify API testing with Just-API! Use declarative YAML specs to test REST and GraphQL APIs #APItesting #YAML #GraphQL
Key Takeaways
Learn to test REST and GraphQL APIs using declarative YAML specs with Just-API, a new open-source framework
Full Article
Title: REST, GraphQL API testing with declarative YAML specs
URL Source: https://dev.to/kiranz/rest-graphql-api-testing-with-declarative-yaml-specs-545h
Published Time: 2022-11-01T14:11:58Z
Markdown Content:
[Skip to content](https://dev.to/kiranz/rest-graphql-api-testing-with-declarative-yaml-specs-545h#main-content)
[](https://dev.to/)
[Powered by Algolia](https://www.algolia.com/developers/?utm_source=devto&utm_medium=referral)
[Log in](https://dev.to/enter?signup_subforem=1)[Create account](https://dev.to/enter?signup_subforem=1&state=new-user)
## DEV Community
3 Add reaction
3 Like 0 Unicorn 0 Exploding Head 0 Raised Hands 0 Fire
0 Jump to Comments 1 Save Boost
Copy link
Copied to Clipboard
[Share to X](https://twitter.com/intent/tweet?text=%22REST%2C%20GraphQL%20API%20testing%20with%20declarative%20YAML%20specs%22%20by%20Kiran%20%23DEVCommunity%20https%3A%2F%2Fdev.to%2Fkiranz%2Frest-graphql-api-testing-with-declarative-yaml-specs-545h)[Share to LinkedIn](https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fdev.to%2Fkiranz%2Frest-graphql-api-testing-with-declarative-yaml-specs-545h&title=REST%2C%20GraphQL%20API%20testing%20with%20declarative%20YAML%20specs&summary=would%20like%20to%20introduce%20Just-API%2C%20An%20open%20source%20framework%20that%20I%20built%20to%20help%20people%20with%20testing...&source=DEV%20Community)[Share to Facebook](https://www.facebook.com/sharer.php?u=https%3A%2F%2Fdev.to%2Fkiranz%2Frest-graphql-api-testing-with-declarative-yaml-specs-545h)[Share to Mastodon](https://s2f.kytta.dev/?text=https%3A%2F%2Fdev.to%2Fkiranz%2Frest-graphql-api-testing-with-declarative-yaml-specs-545h)
[Share Post via...](https://dev.to/kiranz/rest-graphql-api-testing-with-declarative-yaml-specs-545h#)[Report Abuse](https://dev.to/report-abuse)
[](https://dev.to/kiranz)
[Kiran](https://dev.to/kiranz)
Posted on Nov 1, 2022 • Edited on Nov 4, 2022
3
# REST, GraphQL API testing with declarative YAML specs
[#testing](https://dev.to/t/testing)[#yaml](https://dev.to/t/yaml)[#api](https://dev.to/t/api)[#graphql](https://dev.to/t/graphql)
would like to introduce [Just-API](https://github.com/kiranz/just-api), An open source framework that I built to help people with te
URL Source: https://dev.to/kiranz/rest-graphql-api-testing-with-declarative-yaml-specs-545h
Published Time: 2022-11-01T14:11:58Z
Markdown Content:
[Skip to content](https://dev.to/kiranz/rest-graphql-api-testing-with-declarative-yaml-specs-545h#main-content)
[](https://dev.to/)
[Powered by Algolia](https://www.algolia.com/developers/?utm_source=devto&utm_medium=referral)
[Log in](https://dev.to/enter?signup_subforem=1)[Create account](https://dev.to/enter?signup_subforem=1&state=new-user)
## DEV Community
3 Add reaction
3 Like 0 Unicorn 0 Exploding Head 0 Raised Hands 0 Fire
0 Jump to Comments 1 Save Boost
Copy link
Copied to Clipboard
[Share to X](https://twitter.com/intent/tweet?text=%22REST%2C%20GraphQL%20API%20testing%20with%20declarative%20YAML%20specs%22%20by%20Kiran%20%23DEVCommunity%20https%3A%2F%2Fdev.to%2Fkiranz%2Frest-graphql-api-testing-with-declarative-yaml-specs-545h)[Share to LinkedIn](https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fdev.to%2Fkiranz%2Frest-graphql-api-testing-with-declarative-yaml-specs-545h&title=REST%2C%20GraphQL%20API%20testing%20with%20declarative%20YAML%20specs&summary=would%20like%20to%20introduce%20Just-API%2C%20An%20open%20source%20framework%20that%20I%20built%20to%20help%20people%20with%20testing...&source=DEV%20Community)[Share to Facebook](https://www.facebook.com/sharer.php?u=https%3A%2F%2Fdev.to%2Fkiranz%2Frest-graphql-api-testing-with-declarative-yaml-specs-545h)[Share to Mastodon](https://s2f.kytta.dev/?text=https%3A%2F%2Fdev.to%2Fkiranz%2Frest-graphql-api-testing-with-declarative-yaml-specs-545h)
[Share Post via...](https://dev.to/kiranz/rest-graphql-api-testing-with-declarative-yaml-specs-545h#)[Report Abuse](https://dev.to/report-abuse)
[](https://dev.to/kiranz)
[Kiran](https://dev.to/kiranz)
Posted on Nov 1, 2022 • Edited on Nov 4, 2022
3
# REST, GraphQL API testing with declarative YAML specs
[#testing](https://dev.to/t/testing)[#yaml](https://dev.to/t/yaml)[#api](https://dev.to/t/api)[#graphql](https://dev.to/t/graphql)
would like to introduce [Just-API](https://github.com/kiranz/just-api), An open source framework that I built to help people with te
DeepCamp AI