Arquillian Drone Extension 1.0.0.CR3 Released

Since we wrote this post we didn't laze around. Check our latest announcement.

The Arquillian team is proud to announce the 1.0.0.CR3 release of the Arquillian Drone Extension component!

Some of the highlights in this release

Upgraded underlying Selenium to 2.13.0

Fixed cleanup for method scoped browsers

Improved WebDriver configuration, now you’re able to switch between browser implementations using arquillian.xml configuration only:

@Drone WebDriver driver;
<property name="implementationClass">
  org.openqa.selenium.firefox.FirefoxDriver
</property>

now behaves the same way as:

@Drone FirefoxDriver driver;

What is Arquillian?

Arquillian is open source software that empowers you to test JVM-based applications more effectively. Created to defend the software galaxy from bugs, Arquillian brings your test to the runtime so you can focus on testing your application's behavior rather than managing the runtime. Using Arquillian, you can develop a comprehensive suite of tests from the convenience of your IDE and run them in any IDE, build tool or continuous integration environment.

Release details

Component Arquillian Drone Extension
Version 1.0.0.CR3 view tag
Release date 2011-11-29
Released by Aslak Knutsen
Compiled against

Published artifacts org.jboss.arquillian.extension

  • org.jboss.arquillian.extension » arquillian-drone-bom pom
  • org.jboss.arquillian.extension » arquillian-drone-api jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-spi jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-configuration jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-impl jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-selenium-server jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-selenium jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-webdriver jar javadoc pom

Release notes and resolved issues 10

Selenium upgrade and FireFox 8

Component Upgrade
  • ARQ-665 - Update Selenium version to 2.13.0
Enhancement
  • ARQ-577 - Enhance exception messages for cases where Drone instances cannot be destroyed because no context was created
  • ARQ-666 - Redesign WebDriver browser configuration
Feature Request
  • ARQ-667 - Add AS7 container profiles
Bug
  • ARQ-444 - MethodContext is not correctly free'd
  • ARQ-610 - Method enrichment does not check for a validity of driver
  • ARQ-611 - If Drone extension is on classpath but not used, destroying drone instance will lead to failure
  • ARQ-631 - The implementationClass property is ignored when using WebDriver interface as type of selenium instance in tests
Task
  • ARQ-669 - Update Arquillian Drone build

Thanks to the following list of contributors: Karel Piwko, Aslak Knutsen