MadinventorZero / eeQL

EEQL is a standalone test creation suite that constructs reliable endpoint tests for both GraphQL and RESTful API's.

Home Page:https://www.eeql.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eeQL

eeql_github copy

"EEQL is a standalone test creation suite that constructs reliable endpoint tests for both GraphQL and RESTful API's.".


Installation

Please dive into eeQL.io to install this application.

Refer to our Builds/Resources for more information on compatability and previous releases.


Usage

GETTING STARTED



  • Input desired port for proper integration into your project
  • Upload a project directory (note: a testing folder will be created if none exists).
  • eeQL will automatically create, display and locate testing files within your uploaded project to facilitate reliable test creation.

TEST CREATION

REST

  • Select the REST button
  • Select the request method that you plan on testing
  • Upload the server file of your project
  • Fill out the requested fields within the Test Builder Module
  • Press the save button to automatically create a Jest-and-Supertest-based REST test !

GRAPHQL

  • Select the GraphQL button
  • Upload the schema file of your project
  • Upload the resolvers file of your project
  • Provide a description of the test
  • Determine if the operation is a valid or invalid one
  • Provide the operation (query/mutation) text
  • Determine if the operation is a query or a mutation
  • Optionally, provide a mutation object if the operation is a mutation instead of a query
  • Press the save button to generate an easyGraphQL-based operation test!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.


Contact and Inquiries

Contact us for all other issues/inquiries. If you'd like to follow up on updates with eeQL, please check us out here!


Developers

Abu Fofanah | Jason Speare | Kimberley Spicer | Ramtin Khoee |

License

This project is licensed under the MIT license.

About

EEQL is a standalone test creation suite that constructs reliable endpoint tests for both GraphQL and RESTful API's.

https://www.eeql.io

License:MIT License


Languages

Language:TypeScript 54.0%Language:SCSS 25.9%Language:JavaScript 19.4%Language:HTML 0.6%