Back to Gqlgen

Integration tests

integration/README.md

0.17.90264 B
Original Source

Integration tests

These tests run a gqlgen server against the apollo client to test real world connectivity.

First start the go server

bash
go run server/cmd/integration/server.go

And in another terminal:

bash
cd integration
npm ci
npm run test