You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
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)
The text was updated successfully, but these errors were encountered: