| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…atform independent.
| .withStrategy(new HostPortWaitStrategy()) | ||
| .withStartupTimeout(Duration.of(15, SECONDS)); | ||
|
|
||
| try { |
There was a problem hiding this comment.
IMO we should move it to configure and create the dir only if recording is enabled
Sorry, something went wrong.
There was a problem hiding this comment.
Moved the code.
Sorry, something went wrong.
|
/azp run "Windows 10 - Docker for Windows" |
Sorry, something went wrong.
|
No pipelines are associated with this pull request. |
Sorry, something went wrong.
|
/azp run Windows 10 - Docker for Windows |
Sorry, something went wrong.
|
Azure Pipelines successfully started running 1 pipeline(s). |
Sorry, something went wrong.
|
/azp run Windows 10 - Docker for Windows |
Sorry, something went wrong.
|
Azure Pipelines successfully started running 1 pipeline(s). |
Sorry, something went wrong.
| private static final int VNC_PORT = 5900; | ||
|
|
||
| private static final String NO_PROXY_KEY = "no_proxy"; | ||
| public static final String TC_TEMP_DIR_PREFIX = "tc"; |
There was a problem hiding this comment.
Private?
Sorry, something went wrong.
There was a problem hiding this comment.
Of course, sorry.
Sorry, something went wrong.
|
/azp run Windows 10 - Docker for Windows |
Sorry, something went wrong.
|
Azure Pipelines successfully started running 1 pipeline(s). |
Sorry, something went wrong.
|
This was released in https://github.com/testcontainers/testcontainers-java/releases/tag/1.14.0 🎉 Thanks for the contribution! |
Sorry, something went wrong.
…atform independent (testcontainers#2562) Co-authored-by: Sergei Egorov <bsideup@gmail.com>
| Back | FazBrowse Home | New Git URL |
Fixes incompatibility of Windows with default recording directory, makes Windows work OOTB.
Not 100% sure how to best handle the IOException in the constructor.