-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support for Integration tests #1201
Comments
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 13, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Aug 16, 2019
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Oct 10, 2019
rhuss
added a commit
that referenced
this issue
Jan 8, 2020
* Fix #1201: Initial draft for integration tests * Pick version from main plugin module and modify test version accordingly Co-authored-by: Roland Huß <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think we need tests that should run against a real docker daemon(since that's mostly what this plugin is used for) with various configuration cases. So that we can avoid breaking plugin's standard behavior again and again.
These tests don't need to be a part of this PR test suite(not sure how many cases can we check there on CI), but they can be something we can run before/after merging big PRs or doing releases. Also, it can catch the mistakes of new people like me who can potentially break plugin.
The text was updated successfully, but these errors were encountered: