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)....
not currently, https://issues.jboss.org/browse/ARQ-197