Local Test Deployment

It is possible to develop and test runners with sagas, queries and business rules locally without deploying to the cloud

The simplest way to test runners and flows is by executing a local Spring based event runner, which allows testing via its REST API. This set-up requires the following steps:

Prepare the Test Environment

Enter Required Parameters

Run Application

Now, you can use endpoints defined for your runners from your test environment.

Last updated