0 Replies Latest reply on Jan 11, 2015 12:50 AM by sai.kiran.nukala

    Starting container at runtime using Arquillian during execution

    sai.kiran.nukala

      Hi Everyone,

       

      How do we start the container dynamically using Arquillian, I have a use case to test where I have to start the container dynamically during the execution of the test.

       

      I have went through Cargo framework and it seems that they have given the control to the developer to start the container dynamically - http://cargo.codehaus.org/Quick+start, in this they start the container explicitly using start() method, by this we can start as many containers as possible with the specified configuration. Similarly to Cargo is there an API(s) from Arquillian where we can achieve this similar behavior ?