Documentation is available at gitlab pages
Prerequisites:
- Java 11+
- Docker
- next environment variables:
ARETE_HOME- Path where you cloned this project in file system. (Project should be refactored at some point not to need it)DOCKER_HOST- Host, where docker is visible. If unix system, then this step can be skipped. On windows the value could betcp://localhost:2375. Needed for Docker-JavaGIT_PASSWORD- password to authenticate against git so repositories can be cloned.GIT_USERNAME- username to ...
Running tests:
if Windows
mvnw.cmd testelse
./mvnw testRunning the application:
if Windows
mvnw.cmd package
java -jar target/automated_testing_service-2.0.jarelse
./mvnw package
java -jar target/automated_testing_service-2.0.jar