8 Replies Latest reply on Feb 16, 2015 7:10 AM by bmajsak

    Single deployment for all test cases in Arquillian

    ranujain

      We are using arquillian-junit-container 1.0.0 final version for Junit Test.

      We have so many test classes and every test class as @Deployment method so when i run all test together then its creating issue of memory and performance.

      Can anyone help me to sort out this issue by telling how we can avoid multiple deployment for each single class. How we can achive Single deployment for all test cases in Arquillian?