graphql-orchestrator-java icon indicating copy to clipboard operation
graphql-orchestrator-java copied to clipboard

Integration Test Framework

Open ashpak-shaikh opened this issue 2 years ago • 0 comments

Design an integration test framework that works off of a yaml

Sample yaml

id: "testId"
description: "some description"
subgraphs:
     -
       namespace:
       schema:
    -
       namespace:
       schema:

queries:
  -
    incomingQuery:    
    outgoingQueries:
    -
         namespace:
         mockResponse:
         outgoingQueryAssert:
    -
         namespace:
         mockResponse:
         outgoingQueryAssert:

The idea is having all scenarios one place and an inventory of all features supported

ashpak-shaikh avatar Oct 27 '23 19:10 ashpak-shaikh