github.com/spread-ai/gqlgen@v0.0.0-20221124102857-a6c8ef538a1d/integration/readme.md (about) 1 # Integration tests 2 3 These tests run a gqlgen server against the apollo client to test real world connectivity. 4 5 First start the go server 6 ```bash 7 go run integration/server/server.go 8 ``` 9 10 And in another terminal: 11 ```bash 12 cd integration 13 npm ci 14 npm run test 15 ```