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.

Start a server🔗

Maven

  1. Checkout chutney.
  2. Go to server module cd chutney/server
  3. Start Chutney locally with mvn spring-boot:run

Intellij

  1. Checkout chutney.
  2. Start Intellij run configuration start_local_server

Boot jar

  1. Download chutney-server--boot.jar from last release assets.
  2. Run server jar: java -jar chutney-server-<version>-boot.jar