1 Reply Latest reply on May 11, 2013 2:44 PM by aslak

    Arquillian without Application Server

    gpfurlaneto

      Hello,

       

      I must to do tests in my application but some doesn't should run on the application Server.

       

      How i can to do this with Arquillian? Or the tests what doesn't need run on the Application Server, i must only to do  with JUnit?

       

      Thanks

        • 1. Re: Arquillian without Application Server
          aslak

          Depends a bit on what you want, but;

           

          You should be able to run non Arquillian tests with Arquillian tests in the same test run without any problem. Just don't add @RunWith(Arq..)

           

          If you want control the deployment to the app server, but run the test as a client, you can simple use @Deployment(testble=false) on the deployment.