4 Replies Latest reply on Jun 22, 2012 6:21 PM by radu_cirstoiu

    Deploy whole war/artifact as opposed to micro-deployments

    radu_cirstoiu

      Is there a way to tell arquillian to deploy the whole artifact that I'm testing instead of manually creating micro-deployments?

       

      Also, if I have 10 integration tests, could I instruct arquillian to do a single deploy and run all 10 integration tests with the same deploy?

       

      This whole micro-deployment thing seems overhead to me if you go beyond "hello world" examples and have good-enough test coverage and real-life class coupling.

       

      Thanks!