neo4j / neo4j-javascript-driver

Neo4j Bolt driver for JavaScript
https://neo4j.com/docs/javascript-manual/current/
Apache License 2.0
839 stars 148 forks source link

Introduce `testcontainers` for integration tests #1122

Closed bigmontz closed 11 months ago

bigmontz commented 11 months ago

testcontainers replaces boltkit as library to start docker containers.

The container should be able to start when npm run test, npm run test::integration and npm run test::browser are run if methods are not called from testkit.

Running the tests direct from the IDE should be also an supported usecase.