Graphene 2.1.0.Beta1 Released

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

The Arquillian team is proud to announce the 2.1.0.Beta1 release of the Graphene component!

Apart from many bug fixes and components upgrades, this release also contains a new feature:

@Page injection is newly supported also for parameter injection in test methods.

So you can use:

@Test
public void pageTest(@Page TestPage page) {
...
}

This could make your test cases more compact.

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 2.1.0.Beta1 view tag
Release date 2016-03-18
Released by Matous Jobanek
Compiled against

Published artifacts org.jboss.arquillian.graphene

  • org.jboss.arquillian.graphene » graphene-parent pom
  • org.jboss.arquillian.graphene » graphene-webdriver pom
  • org.jboss.arquillian.graphene » graphene-webdriver-spi jar javadoc pom
  • org.jboss.arquillian.graphene » graphene-webdriver-api jar javadoc pom
  • org.jboss.arquillian.graphene » graphene-webdriver-impl jar javadoc pom
  • org.jboss.arquillian.graphene » arquillian-browser-screenshooter jar javadoc pom

Release notes and resolved issues 9

Component Upgrade
  • ARQGRA-477 - Upgrade to Arquillian Core 1.1.11, Drone 2.0.0.Beta1, Selenium 2.47.1
Enhancement
  • ARQGRA-471 - GrapheneContextualHandler: do not wrap AssertionErrors in IllegalStateException
Feature Request
  • ARQGRA-431 - Case insensitive matcher
  • ARQGRA-464 - @Page injection should support parameter injection
Bug
  • ARQGRA-454 - NPE in WebElementEnricher.enrich() with Arquillian 1.1.5.Final
  • ARQGRA-472 - TestCases are copy-pasted
  • ARQGRA-473 - ClassNotFoundException: org.openqa.selenium.html5.DatabaseStorage with Selenium 2.46.0
  • ARQGRA-483 - @Location might use the Wrong URL when used with Warp
Task
  • ARQGRA-474 - Remove arquillian-graphene depchain as no one uses it

Thanks to the following list of contributors: Matous Jobanek, Lukas Fryc, Jiri Stefek