47
I Use This!
Activity Not Available

News

Analyzed about 1 year ago. based on code collected over 1 year ago.
Posted over 7 years ago
Since we wrote this post we didn't laze around. Check our latest announcement. The Arquillian team is proud to announce the 1.1.15.2 release of the Arquillian Universe component! What is Arquillian Universe? ... [More] 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 ...... [Less]
Posted over 7 years ago
Since we wrote this post we didn't laze around. Check our latest announcement. The Arquillian team is proud to announce the 1.11.0 release of the Arquillian Cube Extension component! p. We are delighted to announce ... [More] a new version of Arquillian Cube 1.11.0 with a new integration to another Arquillian project and bug fixes. What’s new Integration between Graphene and OpenShift We have created an integration between Arquillian Graphene and Arquillian Cube OpenShift. Now, if you are using Arquillian Graphene (in standalone mode) together with Arquillian Cube OpenShift, the base URI of Graphene is automatically set to the URL specified in OpenShift Route. You can...... [Less]
Posted over 7 years ago
Since we wrote this post we didn't laze around. Check our latest announcement. The Arquillian team is proud to announce the 1.12.0 release of the Arquillian Cube Extension component! What is Arquillian Cube ... [More] 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 ...... [Less]
Posted over 7 years ago
Since we wrote this post we didn't laze around. Check our latest announcement. The Arquillian team is proud to announce the 1.2.0.0 release of the Arquillian Universe component! What is Arquillian Universe? ... [More] 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 ...... [Less]
Posted over 7 years ago
The Arquillian team is proud to announce the 3.1.0 release of the ShrinkWrap Resolver component! In this release, we ship several 3rd party library version updates including the most significant one – update to the latest Maven 3.5.2. ... [More] What is ShrinkWrap Resolver? The ShrinkWrap Resolvers project provides a Java API to obtain artifacts from a repository system. This is handy to include third party libraries available in any Maven repository in your test archive. ShrinkWrap Resolvers additionally allow you to reuse all the configuration you've already specified in the Maven build file, making packaging of an application archive much easier job. Release details ...... [Less]
Posted over 7 years ago
The Arquillian team is proud to announce the 0.0.7 release of the Smart Testing component! Highlights of this release In this release we ship more support to JUnit 5. Concretely we have added support for @org.junit.jupiter.api.Tag ... [More] and @org.junit.jupiter.api.Tags annotations. JUnit 5 tag support In this realease we have added support for @org.junit.jupiter.api.Tag and @org.junit.jupiter.api.Tags annotations in categorized strategy. Tags is the way to categorize tests in JUnit 5 and a categorized test looks like: @Tag("first") @Tag("second") public class FirstAndSecondTaggedClass { } Then you need to configure the strategy by setting categories property with tag value. What’s next We continue improving the tool so watch out for more! What is Smart Testing? Smart Testing is...... [Less]
Posted over 7 years ago
The Arquillian team is proud to announce the 1.2.0.1 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 ... [More] module stack that stretch across the whole Arquillian Universe. Release details Component Arquillian Universe Version ...... [Less]
Posted over 7 years ago
The Arquillian team is proud to announce the 1.13.0 release of the Arquillian Cube Extension component! We are delighted to announce a new version of Arquillian Cube 1.13.0 with a bunch of awesome features related to Docker and bug ... [More] fixes. Important change: One of the important fixes we introduced is about handlings multiple values for env.dependencies and wait.for.service.list. We have changed the separation char from white-space to comma-separated, so to migrate to a new version, just add a comma instead of white space in the property to separate each of the element. What’s new Allow parallelization of networks Now you can use the star...... [Less]
Posted over 7 years ago
The Arquillian team is proud to announce the 1.2.0.Final release of the Arquillian Core component! Welcome JUnit Rules for Arquillian Just before Christmas holidays we are extremely excited to ship long awaited feature for JUnit ... [More] integration. If you want to use Arquillian Testing Platform with other JUnit Runner, you can now use JUnit Rules – ArquillianTestClass and ArquillianTest – and happily let Arquillian do the heavy lifting for your tests. Hats off to Alexander Schwartz for providing initial implementation. To get the similar functionality what the @RunWith(Arquillian.class) is offering you should require both rules i.e. ArquillianTestClass and ArquillianTest. @ClassRule public static ArquillianTestClass arquillianTestClass = new...... [Less]
Posted over 7 years ago
Since we wrote this post we didn't laze around. Check our latest announcement. The Arquillian team is proud to announce the 1.1.15.Final release of the Arquillian Core component! We have released yet another minor ... [More] version of Arquillian Core. This time with long lasted fix for TestNG test failures reporting. Support for new TestNG versions Finally, we have a fix landed in TestNG and Arquillian Core, supporting newer versions of TestNG. So grab it while it’s hot. One important note here if you want to rely only on Maven Central repository – TestNG 6.12 is not in Maven Central and 6.13 refers to JCommander...... [Less]