graph-quilt / graph-quilt/graphql-orchestrator-java
Integration Test Framework
Open
enhancement
- Dominant language
- Groovy
- Stars
- 73
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.