-
Bug
-
Resolution: Done
-
Major
-
5.13.1.Final
-
None
-
Use of testcontainers instead of relying on the user to install mongodb
The compensating quickstart that uses MongoDB must be reworked following the steps:
- A MongoDB container must be spun (at the moment, there isn't any other way to set up a MongoDB instance automatically during testing); this can be achieved using testcontainers
- Update the quickstart to use JUnit 5
Once this work has been completed, Docker must be installed into the CI agent image (this is a prerequisite of testcontainers)