alice-biometrics/lume

Add wait option on StepConfig

Closed this issue · 0 comments

It'd be nice to have a wait and wait_for_http_200 option to control when the run starts

my-step:
  wait: 10 # seconds
  run: pytest
my-step:
  wait_for_http_200: http://0.0.0.0:8080/taskmanager
  run: pytest