0 Replies Latest reply on Jun 2, 2014 3:57 PM by huangdihu

    How to skip @Deployment in Arquillian?

    huangdihu

      I use Arquillian to test my rest api, and I use @RunAsClient mode. Sometimes I want to start and deploy my JBoss manually, and only use Arquillian to test rest APIs as client.

       

      Is it possible to skip the @Deployment if my JBoss is already started or the applications are already deployed?

       

      I don't want to modify my test code or the @Deployment methods, is there any properties (for example, in arquillian.xml) or any configuration which can turn on & off @Deployment?

       

      Thank you~