Hi,
I would like to ask what is right approach of running integration tests against neo4j db in CI/CD ?
Here is my case:
We have backend implemented in node.js and using neo4j-driver for connection to db. We use gitlab for CI/CD. We are running in C...