Add reference to docker extension#595
Conversation
|
Have you considered making your proposal on junit-io? :) |
|
@FaustXVI The Docker extension looks pretty cool, great idea! I started JUnit Io to collect small(ish) extensions and breed ideas but didn't get very far yet. Your extension seems to be pretty well-defined and self-contained, so it makes sense to be its own library. But if you see value in merging into another project, I'm happy to discuss that. |
|
@nicolaiparlog That's a great initiative ! |
|
This seems like one of those situations where @BeforeSuite/@AfterSuite would be ideal when you want the container to be used for more than one class. In any case, it looks awesome. Looking at your commits, I see that you're adding the reference to the users guide ... there's an open issue with the subject "Maintain list of third-party TestEngines and Extensions" #297 that you might want to look at. |
|
Using |
|
closing this issue since it will be addressed in #297. |
Overview
Add a link to an extension that allow the user to start docker containers from their tests.
JUnit5-Docker has just been pushed to maven contral as a release candidate for version 1.0.0.
It only implements one feature : start one container from your test. The idea is to have something that works early. More features to come.
I think it will be a very useful extension and adding the reference to the documentation would show that an extension can do something else than integrate with another framework.
I hereby agree to the terms of the JUnit Contributor License Agreement.