1 Reply Latest reply on Oct 18, 2016 1:48 PM by bmajsak

    If I have a large web application already running in EAP 6.4.0 what's the best way to package and execute Warp tests?

    andyglick

      Hello, I am working with a large web application with many moving parts. I want to be able to write Arquillian tests using Drone, Graphene and Warp. If the web app is already running in the container, how would I package a set of 1 or more tests and deploy them to the server such that the server side tests run in the appropriate context?

       

      All of the examples that I have seen so far seem to expect that the tests will be bound to a "smallish" web app and the tests are packaged with the app.  I haven't been able to locate examples where tests are injected into an existing context. Could someone recommend some examples?