Skip to content

Commit 65f5be2

Browse files
committed
Update readme
1 parent 67e0746 commit 65f5be2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# GraphQLer
2-
31
<p align="center">
42
<img src="./docs/images/logo.png" />
53
<p align="center">The <strong>only</strong> dependency-aware GraphQL API testing tool!</p>
64
</p>
75

86
<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>
98
<a href="https://codeclimate.com/github/omar2535/GraphQLer/maintainability" target="_blank"><img src="https://api.codeclimate.com/v1/badges/a34db44e691904955ded/maintainability" alt="Maintainability" /></a>
109
<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>
1110
<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>
1212
<!-- <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> -->
1313
</p>
1414

@@ -21,6 +21,8 @@ GraphQLer is a cutting-edge tool designed to dynamically test GraphQL APIs with
2121
- Dependency awareness: Run queries and mutations based on their dependencies!
2222
- Dynamic testing: Keep track of resources created during testing
2323
- 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 😁
2426

2527
## Getting started
2628

0 commit comments

Comments
 (0)