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 0.0.4 release of the Smart Testing component! Highlights of this release In this ... [More] release we shipped two key new features – support for JUnit 5 and declarative way of defining relations between tests and business code. And bunch of fixes. Annotations for affected tests Starting from this release you are able to use declarative way of defining relationship between test and business code. By default affected strategy uses imports declared in the tests to build the graph of collaborators. This approach is...... [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.14.Final release of the Arquillian Core component! What is Arquillian? ... [More] 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...... [Less]
Posted over 7 years ago
The Arquillian team is proud to announce the 1.1.15.Final release of the Arquillian Core component! We have released yet another minor version of Arquillian Core. This time with long lasted fix for TestNG test failures reporting. ... [More] 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 version which is also not in Maven Central (sic!). You can read about the...... [Less]
Posted over 7 years ago
The Arquillian team is proud to announce the 1.0.2 release of the Arquillian Container GlassFish component! What is Arquillian? Arquillian is open source software that empowers you to test JVM-based applications more ... [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 ...... [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.14.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 1.1.15.0 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 0.0.5 release of the Smart Testing component! Highlights of this release In this release we ship several API improvements making integration with 3rd party tools much easier. Smart ... [More] Testing API The Smart Testing tool consists of three parts: Core Maven extension Surefire provider integration Both the Surefire provider integration and the Maven extension are implemented only for the usage in Maven builds. They take care of the integration and invoke Smart Testing API provided by Core. The Core contains the main logic that is responsible for selecting/ordering and applying corresponding strategies. This logic is exposed by Smart Testing API. If you...... [Less]
Posted over 7 years ago
The Arquillian team is proud to announce the 1.0.0.Beta3 release of the Arquillian Container Chameleon component! What’s new in this release Support for WildFly 11 With this release we bring support for latest ... [More] version of WildFly container. We would like to take this opportunity to highlight how easy it is to get support for a custom container if it’s not defined by Chameleon itself. Prior to this release, if you needed support for WildFly 11, there were just two things you had to do in order to use it with Chameleon: create a containers.yml file (like the snippet below) point Chameleon to load it, instead...... [Less]
Posted over 7 years ago
The Arquillian team is proud to announce the 3.0.0 release of the ShrinkWrap Resolver component! In the final release of ShrinkWrap Resolver 3.0.0, we are introducing you one new feature into the EmbeddedMaven logic. Maven build ... [More] invocation command & Logging In the previous releases, there was no easy way to get the DEBUG log from the Maven Invoker tool, including the command that is used for Maven build invocation. In this release, we are introducing a method setDebugLoggerLevel() that sets the threshold of the InvokerLogger to DEBUG level. An example of the usage is: EmbeddedMaven.forProject("path/to/pom.xml").setDebugLoggerLevel() When it is set, then in the very beginning of the...... [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 3.0.0-beta-2 release of the ShrinkWrap Resolver component! In the second beta release, we ... [More] introduced a possibility to run Maven build in the background (as a daemon) EmbeddedMaven Daemon build In some cases, you need to run a Maven build in the background. The first case is when the build itself starts some application (eg. mvn spring-boot:run). The second case is when you are building a project that is too big so can do some other operation in the meantime and let...... [Less]