Graphene 1.0.0.CR1 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.CR1 release of the Graphene component!

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 Graphene
Version 1.0.0.CR1 view tag
Release date 2011-06-29
Released by Lukas Fryc
Compiled against

Published artifacts org.jboss.arquillian.ajocado

  • org.jboss.arquillian.ajocado » arquillian-ajocado-api jar javadoc pom
  • org.jboss.arquillian.ajocado » arquillian-ajocado-impl jar javadoc pom
  • org.jboss.arquillian.ajocado » arquillian-ajocado-drone jar javadoc pom

Release notes and resolved issues 33

Enhancement
  • ARQGRA-30 - Provides default values in SystemPropertiesConfiguration
  • ARQGRA-34 - Replace selenium.keyDown(String) with selenium.keyDown(KeyCode)
Feature Request
  • ARQGRA-39 - Provide ref locator in locator factory
  • ARQGRA-43 - Remove Deprecated methods and classes
  • ARQGRA-50 - implement wait condition elementNotPresent
  • ARQGRA-55 - Wrong call to JS function getRequestDone
  • ARQGRA-58 - Set Selenium speed after Ajocado resources are fetched
  • ARQGRA-63 - Replace selenium.keyDownNative(String) with selenium.keyDownNative(java.awt.event.KeyEvent)
  • ARQGRA-80 - Update Ajocado to depend on updated Arquillian Drone BOM
Bug
  • ARQGRA-4 - WaitTimeoutException is wrapped with InvocationTargetException
  • ARQGRA-5 - keyPressNative, keyDownNative, keyUpNative took as parameter KeyEvent instance
  • ARQGRA-9 - Fix functional test configuration
  • ARQGRA-10 - guardXHR use richfaces-selenium specific javascript code, tests also does not control proper timing of guardXHR
  • ARQGRA-13 - rename conditions isVisible and isNotVisible to elementVisible and elementNotVisible respectively
  • ARQGRA-15 - Investigate purpose conflicting methods isDisplayed and isVisible
  • ARQGRA-16 - Reduce overusage of static imports
Task
  • ARQGRA-95 - Expose new interface providing access to initialization and finalization of Ajocado
  • ARQGRA-99 - Discontinue functionality in TestNG module, delegating to Arquillian Drone
  • ARQGRA-100 - Introduce changes discussed during API Review
  • ARQGRA-101 - Release Ajocado CR1
  • ARQGRA-104 - Remove getContextRoot() and getContextPath() from AjocadoConfiguration
  • ARQGRA-105 - Turn on checkstyle on ftest module
  • ARQGRA-109 - Move Arquillian Ajocado Drone extension from Drone to Ajocado
  • ARQGRA-110 - Employ maven-checkstyle-plugin
  • ARQGRA-111 - Design type safe return values of CssProperty
  • ARQGRA-113 - Format source according to JBoss Community settings
  • ARQGRA-118 - Employ maven-license-plugin
  • ARQGRA-119 - Remove getBuildDirectory() and getResourcesDir() from AjocadoConfiguration
  • ARQGRA-121 - Provide a fix for ARQ-488
Sub-task
  • ARQGRA-124 - Remove TestNG module
  • ARQGRA-125 - Rewrite ftest to use Arquillian Drone
  • ARQGRA-126 - Create Drone JIRAs for all features which will be missing when discontinuing TestNG module
  • ARQGRA-127 - Review API Code, Style and JavaDoc

Thanks to the following list of contributors: Juraj Huska, Lukas Fryc, Karel Piwko