Graphene 2.1.0.CR2 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.CR2 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.CR2 view tag
Release date 2016-05-24
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-467 - Screenshooter: Tests fail when no Drone contexts exist

Thanks to the following list of contributors: Matous Jobanek

Graphene 2.1.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 2.1.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 2.1.0.CR1 view tag
Release date 2016-04-07
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

Component Upgrade
  • ARQGRA-487 - Update Arquillian Drone to 2.0.0.Final

Thanks to the following list of contributors: Matous Jobanek

Arquillian Drone Extension 2.0.0.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.0.Final release of the Arquillian Drone Extension 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 Arquillian Drone Extension
Version 2.0.0.Final view tag
Release date 2016-04-07
Released by Matous Jobanek
Compiled against

Published artifacts org.jboss.arquillian.extension

  • org.jboss.arquillian.extension » arquillian-drone-bom pom
  • org.jboss.arquillian.extension » arquillian-drone-webdriver-depchain pom
  • org.jboss.arquillian.extension » arquillian-drone-api jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-spi jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-configuration jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-impl jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-selenium-server jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-webdriver jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-saucelabs-extension jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-browserstack-extension jar javadoc pom

Release notes and resolved issues 1

Feature Request
  • ARQ-1980 - Add support for BrowserStack

Thanks to the following list of contributors: Matous Jobanek

Arquillian Drone Extension 2.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 2.0.0.CR1 release of the Arquillian Drone Extension component!

In this release, there has been added support for two cloud-based browser/mobile automated testing solutions:

BrowserStack
Sauce Labs

Both implementations have been added as additional Arquillian Drone extensions. They are not included in the arquillian-drone-webdriver-depchain, so you need to explicitly specify the dependencies (but their versions are managed by Arquillian Drone Bom):

For BrowserStack

<dependency>
    <groupId>org.jboss.arquillian.extension</groupId>
    <artifactId>arquillian-drone-browserstack-extension</artifactId>
    <version>2.0.0.CR1</version>
</dependency>

For Sauce Labs

<dependency>
    <groupId>org.jboss.arquillian.extension</groupId>
    <artifactId>arquillian-drone-saucelabs-webdriver</artifactId>
    <version>2.0.0.CR1</version>
</dependency>

Both extensions behave as a standard WebDriver, so you can easily integrate them into your existing test suites. You just have to specify some necessary parameters there in your arquillian descriptor such as username, access.key and the combination of the testing platform and browser.
Both extensions supports also local testing and running appropriate binary when needed and required.
For more information see the BrowserStack README and SauceLabs README

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 Arquillian Drone Extension
Version 2.0.0.CR1 view tag
Release date 2016-03-24
Released by Matous Jobanek
Compiled against

Published artifacts org.jboss.arquillian.extension

  • org.jboss.arquillian.extension » arquillian-drone-bom pom
  • org.jboss.arquillian.extension » arquillian-drone-webdriver-depchain pom
  • org.jboss.arquillian.extension » arquillian-drone-api jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-spi jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-configuration jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-impl jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-selenium-server jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-webdriver jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-saucelabs-extension jar javadoc pom
  • org.jboss.arquillian.extension » arquillian-drone-browserstack-extension jar javadoc pom

Release notes and resolved issues 3

Component Upgrade
  • ARQ-2024 - Update Selenium & phantom-driver & additional components to the latest versions
Feature Request
  • ARQ-2025 - Create BrowserStack extension
Task

Thanks to the following list of contributors: Matous Jobanek

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