guidewire-oss / fern-reporter

A ginkgo test reporter extension for storing test run information and also for reporting html pages
Apache License 2.0
20 stars 11 forks source link

Feat: Support pagination in graphql API #113

Closed fvarg00 closed 3 days ago

fvarg00 commented 2 months ago

Currently graphql api for testRuns API does not support pagination and returns all testRuns from the DB. As the data in DB grows this could prove problematic and expensive as the response payload will be huge.