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🔗
Docker
- Start Chutney locally with
docker -p 8443:8443 -d run ghcr.io/enedis-oss/chutney/chutney-server
(Docker run documentation).
Java
- Download the latest release jar chutney-local-dev-x.x.x.jar.
- Start Chutney locally with
java -jar chutney-local-dev-x.x.x.jar
Intellij
- Checkout chutney.
- Build the project using maven :
mvn compile [-DuseExternalNpm]
- Start Intellij run configuration
start_local_server