From 7d5ffef21d86a5c4ecc382cfdf9bd9e2aa43b932 Mon Sep 17 00:00:00 2001 From: Merlin Unterfinger Date: Tue, 4 Jun 2024 13:45:46 +0200 Subject: [PATCH] Add integration test command to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e1fc6be..de26df2 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,14 @@ and [`request_config.xlsx`](src/test/resources/ch/sbb/rssched/client/config/requ **Note:** There is a hard limit of 500 locations per instance, since the deadhead trip matrix grows exponentially. +## Testing + +Run the integration test to see the pipeline in action (needs a running solver on localhost and port 3000): + +```shell +mvn verify -Dit.test=RsschedMatsimClientIT +``` + --- © 2024 SBB CFF FFS. Licensed under GPL-3.0.