Graphene 2.3.2 Released

The Arquillian team is proud to announce the 2.3.2 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.3.2 view tag
Release date 2017-11-03
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 3

Component Upgrade
  • ARQGRA-514 - Upgrade to Drone 2.4.3 (Selenium 3.7.0)
Bug
  • ARQGRA-511 - Graphene proxies don't support calling protected/package-protected methods in a valid context
  • ARQGRA-512 - ClassCastException while performing MouseActions against selenium 3.6.0

Thanks to the following list of contributors: Matous Jobanek

Graphene 2.3.1 Released

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

The Arquillian team is proud to announce the 2.3.1 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.3.1 view tag
Release date 2017-08-01
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 1

Bug
  • ARQGRA-510 - cglib is causing warnings in FieldAccessValidatorEnricher

Thanks to the following list of contributors: Matous Jobanek

Graphene 2.3.0 Released

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

The Arquillian team is proud to announce the 2.3.0 release of the Graphene component!

In this release, we bring you several component upgrades, bug fixes and improvements. For more information, check the release notes and resolved issues listed at the end of this announcement.

There are two things that we would like to highlight.

1. Additional API methods for Action operations

We provide you new methods representing action operations in

  • Graphene class:
    – click()
    – doubleClick()
    – writeIntoElement()
  • GrapheneElement class:
    – doubleClick()
    – writeIntoElement()

2. Clicable method in wait API

For cases when you have to wait till an element is clickable (visible & enabled) we created a special API method:

Graphene.waitModel().until().element(BUTTON).is().clickable()

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.3.0 view tag
Release date 2017-07-14
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 6

Component Upgrade
Enhancement
  • ARQGRA-504 - Implemented a new method "clickable" in wait API
  • ARQGRA-505 - Implement additional API methods for Action operations directly into Graphene class
Bug
  • ARQGRA-501 - Error when checking for the invisibility of elements

Thanks to the following list of contributors: Matous Jobanek, Dipak Pawar

Graphene 2.2.1 Released

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

The Arquillian team is proud to announce the 2.2.1 release of the Graphene component!

In this release, we bring you a bunch of component upgrades, bug fixes and improvements. For more information, check the release notes and resolved issues listed at the end of this announcement.

There is one thing that we should highlight – the documentation has been moved to a new location: Arquillian Graphene documentation
We hope that you will like this new format.

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.2.1 view tag
Release date 2017-05-11
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 3

Component Upgrade
Bug
  • ARQGRA-484 - Enriched element is not equal to the same element

Thanks to the following list of contributors: Bartosz Majsak, Matous Jobanek, Hemani, Vsevolodgolovanov, Lbilger

Graphene 2.2.0 Released

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

The Arquillian team is proud to announce the 2.2.0 release of the Graphene component!

In this release, we bring you a bunch of component upgrades, bug fixes and improvements. For more information, check the release notes and resolved issues listed at the end of this announcement.

Java 8

As we upgraded to Selenium 3, we need to change the required minimal version of Java. From now on, you will need Java 8 to run your test with Arquillian Graphene.

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.2.0 view tag
Release date 2017-03-09
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 4

Component Upgrade
  • ARQGRA-498 - Upgrade to Drone 2.1.0.Alpha2 (Selenium 3.3.0)
  • ARQGRA-499 - Update jboss-parent to 22 and fix checkstyle
Bug
  • ARQGRA-495 - Scheme and URL properties might be used in incompatible ways
  • ARQGRA-497 - Unable to start browser because FluentWait#until(Predicate) has been removed in selenium 3.2.0

Thanks to the following list of contributors: Bartosz Majsak, Matous Jobanek, Alex Soto