Skip to content

Local Development

You can run scenarios without installing a Chutney server. This fits well within a CI or for a developer local setup.

However, building software is most often a teamwork !
Doing so, you will need to collaborate and share scenarios, track their executions and allow functional and business analyst to review and be involved in testing their product.

That's why we provide a server and web UI to help us do all these things.

You can find all code and configuration below in this example project

Start a server🔗

Docker

  1. Checkout this example project
  2. Start Chutney locally with docker compose up& (Docker compose documentation).

Java

  1. Download the latest release jar chutney-local-dev-x.x.x.jar.
  2. Start Chutney locally with java -jar chutney-local-dev-x.x.x.jar

Intellij

  1. Checkout chutney.
  2. Build the project using maven : mvn compile [-DuseExternalNpm]
  3. Start Intellij run configuration start_local_server