0

I am developing some integration tests (meant to be executed within a dedicated maven goal) for a Java project that relies on jpmorganchase quorum. The project interacts with several other services each running in its own docker container hence I have been able to replace them in these tests using testcontainers, but I am not sure how to do something similar for the quorum. Does anyone know any good solution for this?

Thank you for your help.

João Matos
  • 6,102
  • 5
  • 41
  • 76

1 Answers1

0

There is a docker container for Quorum. Can you not create your integration tests using that?

Satpal Sandhu
  • 429
  • 2
  • 5