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 Cube Extension 1.0.0.Alpha9 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.Alpha9 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.Alpha9 view tag
Release date 2016-02-26
Released by Aslak Knutsen
Compiled against

Published artifacts org.arquillian.cube

Release notes and resolved issues 18

Enhancement
Bug
Docker

Thanks to the following list of contributors: Alex Soto, Rob Cernich, Aslak Knutsen, Eddú Meléndez Gonzales, Stefan Miklosovic, Oscar Remigius Albrecht

Arquillian Drone Extension 2.0.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.0.0.Beta1 release of the Arquillian Drone Extension component!

This release is (hopefully) the last step before the final release of the second generation of the Arquillian Drone extension.

Significant changes and additions

Support for Drone webdriver injection in @BeforeClass

Drones with a deployment scoped life cycle are now more tightly connected to the deployment – it’s creation has been postponed to the @AfterDeploy phase

Some SPI event have been merged/replaced

The following events:

  • BeforeDroneCallableCreated
  • AfterDroneConfigured
  • BeforeDroneConfigured
  • AfterDroneCallableCreated

are now merged into:

  • BeforeDronePrepared
  • AfterDronePrepared

They are called before/after both the Drone configuration and the Drone callable instance are prepared. This ensures that both or none of the objects should be present.

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.Beta1 view tag
Release date 2016-02-02
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

Release notes and resolved issues 10

Component Upgrade
  • ARQ-1995 - Update to latest version of Selenium and Arquillian core
Feature Request
  • ARQ-1176 - automatically take screenshot and capture the html output on Assert failure or Exception
  • ARQ-1743 - Merge configuration and callable creation together
Bug
  • ARQ-1178 - Arquillian Drone Module page on arquillian.org is out of date
  • ARQ-1340 - Drone webdriver is not created during @BeforeClass
  • ARQ-2006 - ISE for deployment-scoped drone point when manual deployment is used
Task
  • ARQ-1692 - Factories should not bring runtime dependencies
  • ARQ-1696 - Update documentation to cover Drone 2.0.0
  • ARQ-1697 - Migration guide for users
  • ARQ-1698 - Migration guide for developers

Thanks to the following list of contributors: Matous Jobanek

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

What’s included in the Alpha8 release?

System properties resolution in Docker Compose
tomcat:
  env_file: ${env.filename}
  image: tutum/tomcat:7.0
  ports:
      - "8089:8089"
      - "8088:8088"
      - "8081:8080"

Normal property resolution is not done on the configured docker-compose file.

Cache URLAsset for ShrinkWrap
archive.addAsset(
   new CacheUrlAsset(new URL("http://example.org/test"), 2, TimeUnit.SECONDS)
)

CacheUrlAsset will cache the URL response for a certain time before trying again. This can be used to avoid redownloading larger files per test run to save some time.

See complete list of issues resolved below.

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.Alpha8 view tag
Release date 2016-01-20
Released by Aslak Knutsen
Compiled against

Published artifacts org.arquillian.cube

Release notes and resolved issues 30

Enhancement
Bug
Documentation
In Progress
Other

Thanks to the following list of contributors: Alex Soto, Eddú Meléndez Gonzales, Aslak Knutsen, David Pequegnot, Michael Irwin, Ivan St. Ivanov, Robert.panzer

Arquillian Governor 1.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 1.0.2.Final release of the Arquillian Governor 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 Governor
Version 1.0.2.Final view tag
Release date 2016-01-14
Released by Aslak Knutsen
Compiled against

Published artifacts org.arquillian.extension

  • org.arquillian.extension » arquillian-governor-spi jar javadoc pom
  • org.arquillian.extension » arquillian-governor-api jar javadoc pom
  • org.arquillian.extension » arquillian-governor jar javadoc pom
  • org.arquillian.extension » arquillian-governor-jira jar javadoc pom
  • org.arquillian.extension » arquillian-governor-skipper jar javadoc pom
  • org.arquillian.extension » arquillian-governor-github jar javadoc pom
  • org.arquillian.extension » arquillian-governor-redmine jar javadoc pom
  • org.arquillian.extension » arquillian-governor-ignore jar javadoc pom

Release notes and resolved issues 2

Other
Enhancement

Thanks to the following list of contributors: Aslak Knutsen, Rafael M. Pestano, Stefan Miklosovic