Skip to content

Commit

Permalink
Add integration test command to README
Browse files Browse the repository at this point in the history
  • Loading branch information
munterfi committed Jun 4, 2024
1 parent 3ad3164 commit 7d5ffef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7d5ffef

Please sign in to comment.