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

Graphene 1.0.0.Alpha2 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.Alpha2 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.Alpha2 view tag
Release date 2011-03-30
Released by Lukas Fryc

Published artifacts org.jboss.arquillian.ajocado

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

Release notes and resolved issues 10

Enhancement
  • ARQGRA-25 - Check possibilities for SimplifiedFormatter to automatically escape dangerous characters
  • ARQGRA-35 - Support Request Guards on IE
Feature Request
  • ARQGRA-45 - Support addCustomRequestHeader(String,String) for AjaxSelenium
  • ARQGRA-48 - Create TestNG listener instead of an abstract class
  • ARQGRA-57 - Distribute source and javadoc artifacts as well
  • ARQGRA-83 - Be consistent in locator names
Bug
  • ARQGRA-7 - WaitForChangeAndReturn is not working correctly
Task

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

Graphene 1.0.0.Alpha1 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.Alpha1 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.Alpha1 view tag
Release date 2011-02-22
Released by Lukas Fryc

Published artifacts org.jboss.arquillian.ajocado

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

Release notes and resolved issues 7

Enhancement
  • ARQGRA-26 - Refactor AjaxSeleniumProxy class to AjaxSeleniumContext
Bug
  • ARQGRA-8 - Include remote repository inside the bom file
  • ARQGRA-14 - Move TestNG dependency to TestNG module
Task
  • ARQGRA-103 - Integration with Arquillian Selenium Extension
  • ARQGRA-107 - Move initial version from 1.5.3 to 1.0.0
  • ARQGRA-112 - Provide context of selenium and system properties to Selenium Extension
  • ARQGRA-116 - Ajocado 1.0.0.Alpha1 Release

Thanks to the following list of contributors: Lukas Fryc, Pavol Pitonak