File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- # GraphQLer
2
-
3
1
<p align =" center " >
4
2
<img src =" ./docs/images/logo.png " />
5
3
<p align =" center " >The <strong >only</strong > dependency-aware GraphQL API testing tool!</p >
6
4
</p >
7
5
8
6
<p align =" center " >
7
+ <a href =" https://www.python.org/downloads/ " target =" _blank " ><img src =" https://img.shields.io/badge/python-3.11-blue " alt =" python3.11 " /></a >
9
8
<a href =" https://codeclimate.com/github/omar2535/GraphQLer/maintainability " target =" _blank " ><img src =" https://api.codeclimate.com/v1/badges/a34db44e691904955ded/maintainability " alt =" Maintainability " /></a >
10
9
<a href =" https://github.com/omar2535/GraphQLer/actions/workflows/lint.yml " target =" _blank " ><img src =" https://github.com/omar2535/GraphQLer/actions/workflows/lint.yml/badge.svg " alt =" lint " /></a >
11
10
<a href =" https://github.com/omar2535/GraphQLer/actions/workflows/tests.yml " target =" _blank " ><img src =" https://github.com/omar2535/GraphQLer/actions/workflows/tests.yml/badge.svg?branch=main " alt =" tests_status " /></a >
11
+ <a href =" https://sonarcloud.io/summary/new_code?id=omar2535_GraphQLer " target =" _blank " ><img src =" https://sonarcloud.io/api/project_badges/measure?project=omar2535_GraphQLer&metric=security_rating " alt =" security " /></a >
12
12
<!-- <a href="https://codeclimate.com/github/omar2535/GraphQLer/test_coverage" target="_blank"><img src="https://api.codeclimate.com/v1/badges/a34db44e691904955ded/test_coverage" alt="coverage" /></a> -->
13
13
</p >
14
14
@@ -21,6 +21,8 @@ GraphQLer is a cutting-edge tool designed to dynamically test GraphQL APIs with
21
21
- Dependency awareness: Run queries and mutations based on their dependencies!
22
22
- Dynamic testing: Keep track of resources created during testing
23
23
- Error correction: Try and fix requests so that the GraphQL API accepts them
24
+ - Statistics collection: Shows your results in a nice file
25
+ - Ease of use: All you need is the endpoint and * maybe* the authentication token 😁
24
26
25
27
## Getting started
26
28
You can’t perform that action at this time.
0 commit comments