Back to Dgraph

README

graphql/e2e/custom_logic/README.md

25.3.3362 B
Original Source

The test file should be run after bringing up the docker containers via docker-compose. Since the tests rely on a mock server, which is implemented via cmd/main.go, run the following command.

bash
docker-compose up --build

This command would cause a force rebuild of the docker image for the mock server anytime a change is made to the cmd/main.go file.