Posts tagged with drone

No cover photo found

Using Arquillian Drone and Graphene in Standalone Mode

I've been using Arquillian and its testing framework for a few years now and absolutely love it! It's super easy to manage a server's lifecycle, deploy applications, and then test them. Drone and Graphene's extensions also make it incredibly easy to write browser-based tests without getting too down and dirty with the Selenium WebDriver API (which is a little messy).

Since I love Drone and Graphene, it would be nice to use the page abstractions/fragments on non-Java apps (sure, you can use Arquillian Cube too… but that's another post). This post will go over what's needed to run Drone and Graphene in standalone mode.