From 8e43d4ff0e3001213858c4348d167ec42d13348f Mon Sep 17 00:00:00 2001 From: Doris Lam Date: Sat, 2 May 2026 14:23:41 -0700 Subject: [PATCH] testci --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3cbe0d9..3a4edaf 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,14 @@ docker run -p 127.0.0.1:8083:8080 openmbee/flexo-sysmlv2:temp ``` You should then be able to access the `http://localhost:8083/projects` endpoint, for example. +## Running tests + +``` +docker-compose -f src/test/resources/docker-compose.yml up -d + +./gradlew test +``` + ## Documentation for API Endpoints All URIs are relative to *http://localhost*