Since we wrote this post we didn't laze around. Check our latest announcement.
The Arquillian team is proud to announce the 1.2.1.Final release of the Arquillian Drone Extension component!
This release brings Safari support, inheritance bugfixes and minor improvements for reusable browsers. Additionally, Selenium version was updated to 2.37.1, so you can enjoy latest browsers out of the box. Don’t forget to check our documentation.
What’s new in Drone since 1.2.0.Final?
- Safari support
Drone is now able to inject Safari browser. Kudos for implementing this feature goes to Jiří Locker! Usage is as easy as you would expect.
arquillian.xml
<extension qualifier=“webdriver”>
<property name=“browser”>safari</property>
</extension>
I’d like to thank everybody involved in this release. You guys make testing a breeze!
We hope that you’ll enjoy new stuff and look forward to hear your feedback in the community forums.
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
Published artifacts
org.jboss.arquillian.extension
-
org.jboss.arquillian.extension
»
arquillian-drone-bom
pom
-
org.jboss.arquillian.extension
»
arquillian-drone-selenium-depchain
pom
-
org.jboss.arquillian.extension
»
arquillian-drone-webdriver-depchain
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
9
Bugfix release with Safari support
- Component Upgrade
-
- Feature Request
-
- ARQ-951 - Drone: Setup Matrix jobs for browser support
- ARQ-1537 - Support for Safari browser
- ARQ-1575 - Fix Eclipse/JBDS missing console configuration warning
- Bug
-
- ARQ-1543 - Unexpected ISE "Unexpected callable present in Drone Context, should be already instantiated at this moment."
- ARQ-1593 - Missing Desired Capabilities for PhantomJS
- ARQ-1594 - InitializationParameter does not check for non-serializable fields
Thanks to the following list of contributors:
Karel Piwko, Jiří Locker