Open mojavelinux opened 12 years ago
Add a new command (or weave into the existing create-test command) for creating a Drone test. The test should have:
@Deployment(testable = false)
@ArquillianResource URL deploymentURL
@Drone
@Test
See the reference guide for examples: https://docs.jboss.org/author/display/ARQ/Drone
Add a new command (or weave into the existing create-test command) for creating a Drone test. The test should have:
@Deployment(testable = false)
on the deployment method@ArquillianResource URL deploymentURL
injection@Drone
injection (DefaultSelenium, GrapheneSelenium or WebDriver)@Test
method to open the target page (as specified in the command prompt)See the reference guide for examples: https://docs.jboss.org/author/display/ARQ/Drone