Testing Hasura GraphQL APIs with Cucumber

How to

First load up sample Hasura API:

docker compose up hasura postgres

Go inside api-test

cd api-test

Yarn install

yarn install

And then run tests with:

yarn test