junit5-docker icon indicating copy to clipboard operation
junit5-docker copied to clipboard

Start docker containers from your junit tests

Results 17 junit5-docker issues
Sort by recently updated
recently updated
newest added

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...

help wanted

![capture](https://cloud.githubusercontent.com/assets/2377014/21177569/07abe1b6-c1ec-11e6-9344-000f440b0a03.PNG)

bug

Thanks to @smoyer64 for the idea in https://github.com/junit-team/junit5/pull/595

enhancement

Something like ```java @Test @Docker(…) public void myTest() { // […] } ```

discuss