-
-
Notifications
You must be signed in to change notification settings - Fork 251
Add support for specifying container hostname #889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* added withHostname * added getHostname
✅ Deploy Preview for testcontainers-node ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
@kyzooghost Pls add an example to the docs, in |
added with a cautionary note, please check :) |
|
@kyzooghost The build is failing. Probably the |
Will look into it when I can :) |
|
@cristianrgreco pushed another commit with AbstractStartedContainer.getHostname() method Ran |
|
@cristianrgreco I see that this one test in the CI failed - https://github.com/testcontainers/testcontainers-node/actions/runs/12929145591/job/36061082486?pr=889 Is this a flaky test 🥲? |
Address #883
Added TestContainer.withHostname() and StartedTestContainer.getHostname()