Add NATS executor, which allows to test services that use NATS as their communication layer.
Currently only publish and subscribe are supported, both with and without Jetstream, but the plan is to also add KeyValue commands (e.g "check if a specific value is in a KeyValue store" tests).
Add NATS executor, which allows to test services that use NATS as their communication layer.
Currently only publish and subscribe are supported, both with and without Jetstream, but the plan is to also add KeyValue commands (e.g "check if a specific value is in a KeyValue store" tests).
Closes #820