kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Integration testing support? #76

Closed high-stakes closed 5 years ago

high-stakes commented 6 years ago

Hello,

I find kumuluz very promising but it is a very bad sign that there are no tests written for the framework. Is there any plan to at least add examples of how to do integration testing with components enabled on-demand? Or any plans to write an arquillian adapter?

urbim commented 6 years ago

Hi!

The Arquillian adapter has been recently released under the kumuluzee-testing repository. Examples of integration testing can be found in README and in test repository of Arquillian Adapter project.

Hope this helps!