Arquillian Container Undertow 1.0.0.Alpha2 Released

The Arquillian team is proud to announce the 1.0.0.Alpha2 release of the Arquillian Container Undertow 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 Container Undertow
Version 1.0.0.Alpha2 view tag
Release date 2016-04-07
Released by Aslak Knutsen
Compiled against

Published artifacts org.jboss.arquillian.container

  • org.jboss.arquillian.container » shrinkwrap-container-undertow jar javadoc pom
  • org.jboss.arquillian.container » undertow-embedded jar javadoc pom

Thanks to the following list of contributors: Aslak Knutsen, Alex Soto

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

Arquillian Cube Extension 1.0.0.Alpha10 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.Alpha10 release of the Arquillian Cube Extension component!

What is Arquillian Cube Extension?

With Arquillian Cube you can control the lifecycle of Docker images as part of the test lifecyle, either automatically or manually. This gives you the chance to scale up from a integration/functional test level all the way up to the system test level.

Release details

Component Arquillian Cube Extension
Version 1.0.0.Alpha10 view tag
Release date 2016-03-21
Released by Aslak Knutsen
Compiled against

Published artifacts org.arquillian.cube

Release notes and resolved issues 11

Bug
Enhancement

Thanks to the following list of contributors: Alex Soto, Aslak Knutsen, Stefan Miklosovic, EddĂș MelĂ©ndez Gonzales, David Pequegnot, Rob Cernich, Michael Irwin

Arquillian Universe 1.0.0.Alpha3 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.Alpha3 release of the Arquillian Universe component!

What is Arquillian Universe?

The Arquillian Universe BOM is a 'Bill of Material' Maven POM file collection that make up a module stack that stretch across the whole Arquillian Universe.

Release details

Component Arquillian Universe
Version 1.0.0.Alpha3 view tag
Release date 2016-03-17
Released by Aslak Knutsen
Compiled against

Published artifacts org.arquillian.universe

  • org.arquillian.universe » arquillian-core pom
  • org.arquillian.universe » arquillian-junit pom
  • org.arquillian.universe » arquillian-junit-standalone pom
  • org.arquillian.universe » arquillian-testng pom
  • org.arquillian.universe » arquillian-testng-standalone pom
  • org.arquillian » arquillian-universe pom
  • org.arquillian.universe » arquillian-drone pom
  • org.arquillian.universe » arquillian-graphene pom
  • org.arquillian.universe » arquillian-graphene-recorder pom
  • org.arquillian.universe » arquillian-warp pom
  • org.arquillian.universe » arquillian-warp-jsf pom
  • org.arquillian.universe » arquillian-transaction-core pom
  • org.arquillian.universe » arquillian-transaction-jta pom
  • org.arquillian.universe » arquillian-persistence-core pom
  • org.arquillian.universe » arquillian-persistence pom
  • org.arquillian.universe » arquillian-spring pom
  • org.arquillian.universe » arquillian-spring-transaction pom
  • org.arquillian.universe » arquillian-spring-persistence pom
  • org.arquillian.universe » arquillian-spring-warp pom
  • org.arquillian.universe » arquillian-governor-core pom
  • org.arquillian.universe » arquillian-governor-jira pom
  • org.arquillian.universe » arquillian-governor-github pom
  • org.arquillian.universe » arquillian-governor-redmine pom
  • org.arquillian.universe » arquillian-governor-skipper pom
  • org.arquillian.universe » arquillian-governor-ignore pom
  • org.arquillian.universe » arquillian-byteman pom
  • org.arquillian.universe » arquillian-jacoco pom
  • org.arquillian.universe » arquillian-recorder-api pom
  • org.arquillian.universe » arquillian-recorder pom
  • org.arquillian.universe » arquillian-rest-core pom
  • org.arquillian.universe » arquillian-rest-resteasy2 pom
  • org.arquillian.universe » arquillian-rest-resteasy3 pom
  • org.arquillian.universe » arquillian-rest-jaxrs2 pom
  • org.arquillian.universe » arquillian-rest-jersey pom
  • org.arquillian.universe » arquillian-rest-warp-core pom
  • org.arquillian.universe » arquillian-rest-warp-resteasy pom
  • org.arquillian.universe » arquillian-rest-warp-jaxrs2 pom
  • org.arquillian.universe » arquillian-rest-warp-jersey pom
  • org.arquillian.universe » arquillian-rest-warp-cxf pom
  • org.arquillian.universe » arquillian-spacelift pom
  • org.arquillian.universe » arquillian-chameleon pom
  • org.arquillian.universe » arquillian-cube-core pom
  • org.arquillian.universe » arquillian-cube-docker pom
  • org.arquillian.universe » arquillian-cube-openshift pom
  • org.arquillian.universe » arquillian-cube-containerless pom
  • org.arquillian.universe » arquillian-cukes pom
  • org.arquillian.universe » arquillian-test jar javadoc pom

Release notes and resolved issues 4

Module

Thanks to the following list of contributors: Aslak Knutsen, Matous Jobanek