1 Reply Latest reply on Feb 13, 2012 12:15 PM by aslak

    Single deployment for all test cases

    gboro54

      Is there a way to have arquillian do a single deployment and run a bunch of different unit test through without putting all the test in the same class? Right now I have a base test which sets up the deployment and have other classes extend it for testing but the artifact is rebuilt and deployed for each set of cases.  I am running a managed container(JBoss 7.1.CR1)....