Microfab junit5 extension #180
aminchegeni
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone
We have java Chaincode and one of our challenges is testing. 3 months later, I decide to create a small library to bootstraps fabric network and Chaincode (like some library such as Arqillian that bootstraps java EE application server) before our unit or integration test. At first I tried to run fabric components (such as orderer, peer, ca and ...) with Testcontainer lib. In the middle of my development I be familiar with Microfab docker image. So I decide to use it and create junit5 extension to provide fabric network and chaincode ready to test.
Microfab is my initial commit for that idea.
Thank you
🙏
Beta Was this translation helpful? Give feedback.
All reactions