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
I'd like to incorporate testing framework into automatic dev workflow (CI/CD pipeline, Git pre-hook script, Makefile and more). Do you have any hint about how I may launch tests? Or maybe I need a workaround wrapper command which: 1. start daemon, 2. run tests, 3. stop daemon?
something like logstash-filter-verifier daemon run --start-daemon --stop-daemon option will be huge.
Regards and thanks for your work. Be able to test pipeline-to-pipeline complex designs is amazing!
The text was updated successfully, but these errors were encountered:
I'd like to incorporate testing framework into automatic dev workflow (CI/CD pipeline, Git pre-hook script, Makefile and more). Do you have any hint about how I may launch tests? Or maybe I need a workaround wrapper command which: 1. start daemon, 2. run tests, 3. stop daemon?
something like
logstash-filter-verifier daemon run --start-daemon --stop-daemon
option will be huge.Regards and thanks for your work. Be able to test pipeline-to-pipeline complex designs is amazing!
The text was updated successfully, but these errors were encountered: