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
- Checkout chutney.
- Go to server module
cd chutney/server - Start Chutney locally with
mvn spring-boot:run
Intellij
- Checkout chutney.
- Start Intellij run configuration
start_local_server
Boot jar
- Download chutney-server-
-boot.jar from last release assets. - Run server jar:
java -jar chutney-server-<version>-boot.jar