Add support for specifying container hostname#889
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()