junit5-docker
junit5-docker copied to clipboard
Start docker containers from your junit tests
Might have been already touched upon the matter (please point me in the right direction if so), but I'm having troubles using this with Spring boot integration tests. Code excerpt:...
Hi. Great work here. All I found missing is that the Docker annotation cannot be "meta-present". That is, I cannot create a custom annotation: ``` @Docker( ... ) public @interface...
This "waitFor" will quickly spiral out of control, so a more generic mechanism to declare the "waitFor" argument might be needed, say Javascript and the "docker inspect" document as an...
For now, only unit tests are run on OSX and Windows. This is that way because travis for OSX and appveyor do not support docket for now. Futher more, there...

Thanks to @smoyer64 for the idea in https://github.com/junit-team/junit5/pull/595
Something like ```java @Test @Docker(…) public void myTest() { // […] } ```