Skip to content
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 test containers #160

Merged
merged 1 commit into from
Aug 8, 2020

Conversation

nsteps
Copy link
Contributor

@nsteps nsteps commented Jul 10, 2020

As already mentinoed in #111, I think it's quite useful to integrate test containres to Kafdrop.

First, it alows to write integration tests and run them localy or via CI.

Second, it alows much easier development expereince. You don't need to run docker-compose and control it current state. You can just run your test and test containers will controll it lyfe cycle.

PR includes AbstractIntegrationTest which is base abstract class for integration test, basic context load test and LocalRuner for local development.

@ekoutanov ekoutanov merged commit bcd521d into obsidiandynamics:master Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants