README.md

July 26, 2025 ยท View on GitHub

How to use

We use Java language level 21, although Evosuite requires Java 11. The easiest way to use the framework is using the Dockerfile.

Use docker build -t framework . to build the docker image.

Then docker run framework to run it.

To load an existing project do docker run -v ./my-project:/project framework -p /project"