0 Replies Latest reply on May 15, 2014 2:01 PM by claudinei

    Multi module test with Arquillian + Drone and Graphene

    claudinei

      I have a maven project with the above structure:

       

      system-ear (EAR)

      system-ejb (JAR)

      system-util (JAR)

      system-web (WAR)

       

      I want to a make a integration test in web module using Drone and Graphene, but I don't know how to integrate the modules, I tried to create a separate Deployments class for every module without success.

       

      What is the best way to do this?