testcontainers / testcontainers-node

Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
https://testcontainers.com
MIT License
1.94k stars 195 forks source link

Fix Neo4j default password to support v5 #832

Closed EcksDy closed 2 months ago

EcksDy commented 2 months ago

Fixes #831

I've considered adding a test against neo4j:latest tag, but it would inevitably start catching unrelated issues. It might be a good addition after all.

netlify[bot] commented 2 months ago

Deploy Preview for testcontainers-node ready!

Name Link
Latest commit b2704b599055e7c4583b25fb7cfc75b63640ef60
Latest deploy log https://app.netlify.com/sites/testcontainers-node/deploys/66deac03a43eb300089d7066
Deploy Preview https://deploy-preview-832--testcontainers-node.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

eddumelendez commented 2 months ago

Hi, thanks for your contribution. Can you please add a test using neo4j 5?

EcksDy commented 2 months ago

@eddumelendez added a test against neo4j:v5