Running document creation junit test

Hello,

we need to create junits to test product features that requires access to the repository, for example to create a new document instance based in a json.

I did setup a test using jupiter and seems to try to run before the cargo tries to start.

What should I do to be able to run this kind of test?

Thanks in advance,
Regards

hi, could you help us with this requirement?,

Thanks

Perhaps you can use:

Otherwise you can create a class that extends RepositoryTestCase. Unfortunately this can be quite difficult to use and you have to rely on what you see in existing code to get it to work. I highly reccommend brut.