Graphene 2.1.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 2.1.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 2.1.0.Alpha2 view tag
Release date 2015-01-28
Released by Stefan Miklosovic
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 » arquillian-graphene 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 6

Enhancement
  • ARQGRA-457 - Upgrade Tomcat version in ftest
  • ARQGRA-463 - JavaScript resource loader should use JavaScript.class.getClassLoader()
Feature Request
  • ARQGRA-374 - Allow to setup custom Location URL via arquillian.xml configuration with CustomizableURLResourceProvider
Bug
  • ARQGRA-456 - Screenshots made onEveryAction are reported as screenshots made onBefore
  • ARQGRA-465 - Missing arquillian-recorder-screenshooter dependencies of arquillian-browser-screenshooter 2.1.0-SNAPSHOT
Task
  • ARQGRA-440 - Upgrade Drone to 2.0.0.Alpha3 and Arquillian Core to 1.1.5

Thanks to the following list of contributors: Stefan Miklosovic, Juraj Huska, Lukas Fryc, Pavol Pitonak, Oliver Kiss

Graphene 2.1.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 2.1.0.Alpha1 release of the Graphene component!

Screenshooter

The major addition for Graphene toolset in 2.1.0.Alpha1 is a possibility to take screenshots while running functional tests. Together with awesome the Arquillian Recorder extension, you end up with clean and informative reports full of screenshots of your tests.

Working with these reports decreases the chance that you will have to debug the test in order to fix it. From now on you can just take a peek at the screenshot, the test method name and failure message; all in one place, and you will know how to fix it!

Here is a screenshot made just after the initial page is opened:

And here is a page when the test fails:

If you want to see the full report produced by Arquillian Recorder, have a sneak peek on this actual report from the test above.

There are no changes required to test code itself:

@Test
@RunAsClient
public void testSubmitCorrectData() {
    detailsPage.fillInCorrectData();
    detailsPage.submitForm();
    waitAjax().until()
        .element(detailsPage.getSuccessfulySubmittedMessage)).is().visible();
}

Basic usage

The basic configuration is described in this README file. Please review it in order to learn how to incorporate this extension into your test suite.

Please bear in mind that this is only the Alpha1 release, and that there is plenty of space for improvement. Indeed your ideas are very welcomed!

Support for Page Objects written in Groovy

Thanks to Chris Jones addition, Graphene now supports Page Objects written in Groovy!

This nice improvement will eventually be merged back to 2.0.

Interceptor precedence

In this release we also added a int getPrecedence method to Interceptor interface. It gives you a chance to tell Graphene which order to execute the [interceptors](https://docs.jboss.org/author/display/ARQGRA2/Graphene+Interceptors).

The smaller the precedence is, the later the interceptor is invoked. This allows to make the extensions work together as needed.

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.Alpha1 view tag
Release date 2014-07-30
Released by Lukas Fryc
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 » arquillian-graphene 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 5

Screenshooter; Interceptors

Enhancement
  • ARQGRA-446 - Add support for Groovy page objects
Feature Request
  • ARQGRA-408 - Provide SPI for custom @Location resolution
  • ARQGRA-423 - Provide a way to intercept in some order
Bug
  • ARQGRA-450 - takeBeforeTest does not work when loading of the page is in JUnit @Before method
Task
  • ARQGRA-420 - Port unified screenshooter implementation for Graphene into Graphene project itself

Thanks to the following list of contributors: Juraj Huska, Stefan Miklosovic, Lukas Fryc,

Graphene 2.0.3.Final Released

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

The Arquillian team is proud to announce the 2.0.3.Final 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 2.0.3.Final view tag
Release date 2014-06-03
Released by Lukas Fryc
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 » arquillian-graphene 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

Release notes and resolved issues 8

XHR2/Selenium Compatibility Fixes

Component Upgrade
Enhancement
  • ARQGRA-442 - Make SeleniumResourceProvider compatible with Selenium API 2.42.0
Bug
  • ARQGRA-432 - guardAjax does not work with XHR2 requests
  • ARQGRA-433 - Prevent FieldAccessValidatorEnricher from reporting issues with public fields in test class
  • ARQGRA-441 - xhrInterception breaks applications using jQuery 2.x
  • ARQGRA-444 - Functional tests fail to run due to surefire plugin failure
  • ARQGRA-445 - Wrong classes are injected to PageObject injection points in abstract test basis
Task
  • ARQGRA-447 - Switch functional tests to run on PhantomJS by default (HtmlUnit does not support XHR2)

Thanks to the following list of contributors: Lukas Fryc, Juraj Huska, Sona Jamborova, Oliver Kiss

Graphene 2.0.2.Final Released

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

The Arquillian team is proud to announce the 2.0.2.Final 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 2.0.2.Final view tag
Release date 2014-03-19
Released by Lukas Fryc
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 » arquillian-graphene 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

Release notes and resolved issues 4

Component Upgrade
  • ARQGRA-428 - Upgrade Arq Core to 1.1.3 and Drone to 1.3.0
Bug
  • ARQGRA-422 - Regression in request guard
  • ARQGRA-424 - Graphene is not able to find ParametrizedType deeper in class hierarchy
  • ARQGRA-429 - Graphene should not use selenium-bom (inherited from Drone) + get rid of AndroidDriver dependency

Thanks to the following list of contributors: Stefan Miklosovic, Lukas Fryc, Petr Mensik, Juraj Huska, Arquillian

Graphene 2.0.1.Final Released

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

The Arquillian team is proud to announce the 2.0.1.Final release of the Graphene component!

This release is focused on browser interoperability and bug fixes;

Thanks guys, 2.0.1.Final is a pure community achievement!

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.0.1.Final view tag
Release date 2014-01-31
Released by Hudson
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 » arquillian-graphene 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

Release notes and resolved issues 6

Component Upgrade
Enhancement
  • ARQGRA-414 - Update some ftests to pass with Safari
Feature Request
  • ARQGRA-397 - Guards: Add support for host (ActiveX) objects
Bug
  • ARQGRA-413 - @InFrame incompatible with GrapheneElement
  • ARQGRA-416 - @InFrame duplicitly switches to iframe with fragment/page object method

Thanks to the following list of contributors: Pëtr Andreev, Lukas Fryc, Juraj Huska, Arquillian, Jiří Locker