Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add precondition test for test environment #26

Open
pihme opened this issue Oct 19, 2020 · 0 comments
Open

Add precondition test for test environment #26

pihme opened this issue Oct 19, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@pihme
Copy link
Contributor

pihme commented Oct 19, 2020

Is your feature request related to a problem? Please describe.
Currently when the images used in the tests are not properly configured, you get lots of error messages which are hard to decipher.

Describe the solution you'd like
Add a simple precondition test:

  • Can the images be downloaded?
  • Can the images be started?
  • Can Zeebe and Zeeqs ports be reached?
  • Is there communication between Zeebe and ZeeQs?

This test should run at the start and should work like a precondition, i.e. if this test fails than all other tests will be skipped (I think this should be possible with JUnit5)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: 1️⃣ Good First Issue
Development

No branches or pull requests

2 participants