cardano-foundation / cardano-graphql

GraphQL API for Cardano
Apache License 2.0
263 stars 104 forks source link

Test/network agnostic tests #816

Open iadmytro opened 1 year ago

iadmytro commented 1 year ago

Context

Having dependency on particular testnet making regression suite very fragile and require substantial amount of work to switch to another testnet

Proposed Solution

Make regression suite network agnostic by querying db for suitable data for each test.

Important Changes Introduced

Network agnostic tests is a tradeoff, asserts performed by these tests not so rigorous as matching hardcoded snapshot.

iadmytro commented 1 year ago

Hoisting of getTestData addressed in b8bd71d