0 Replies Latest reply on Dec 10, 2018 4:25 AM by rameshsah

    multiple spring-boot applications

    rameshsah

      Hello all,

       

      I am new to Arquillian and wondering if one could point me to a sample project or configuration. I have a set of micro-services those are written using spring-boot framework, I would like to bring them all up and run a set of tests. I am using arquillina cube, restAssured and TestNG. I would appreciate if one could point me to a sample arquillian.xml/docker-compose.yml file. All micro-service images come with embedded container so I guess I will have multiple containers and each of them listening to specific port to avoid conflict.

       

      I read documentations and it appears that I would have to use containerless docker but I tried sample off the net but could not get working. Thanks in advance for your support!