e2e/README.md
Please add the corresponding e2e (aka end-to-end) test cases if you add or update APIs.
Please follow these steps if you want to run the e2e testing locally.
Please make sure you have installed docker-compose v2
./gradlew clean build -x check in root directory of this repositorydocker build . -t ghcr.io/halo-dev/halo-dev:maine2e, then execute ./start.shPlease run the following command if you only want to run Halo.
docker-compose up halo