forge / plugin-arquillian

Forge Arquillian Plugin
http://www.jboss.org/arquillian
19 stars 16 forks source link

Add a command for creating an Arquillian Drone test #20

Open mojavelinux opened 12 years ago

mojavelinux commented 12 years ago

Add a new command (or weave into the existing create-test command) for creating a Drone test. The test should have:

  1. @Deployment(testable = false) on the deployment method
  2. @ArquillianResource URL deploymentURL injection
  3. @Drone injection (DefaultSelenium, GrapheneSelenium or WebDriver)
  4. One stub @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