2 Replies Latest reply on Mar 25, 2014 5:49 AM by ghetolay

    Separate client and server/container dependency

    ghetolay

      So on arquillian you can run test on both side server and client (using @RunAsClient).

       

      I'm testing websocket implementations and I'm wondering if it's possible to differentiate client and server maven dependency.

      Because if I add both client and server dependency I got conflict error.

      I'm wondering if arquillian as 2 different classloading or if it's possible to run test inside 2 different process.