github.com/niko0xdev/gqlgen@v0.17.55-0.20240120102243-2ecff98c3e37/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 server/cmd/integration/server.go
     8  ```
     9  
    10  And in another terminal:
    11  ```bash
    12  cd integration
    13  npm ci
    14  npm run test
    15  ```