org.arquillian.smart.testing:junit-test-result-parser

Smart Testing is a tool that knows which tests you want to run

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.arquillian.smart.testing
ArtifactId

ArtifactId

junit-test-result-parser
Last Version

Last Version

0.0.10
Release Date

Release Date

Type

Type

jar
Description

Description

Smart Testing is a tool that knows which tests you want to run
Project Organization

Project Organization

JBoss by Red Hat

Download junit-test-result-parser

How to add to project

<!-- https://jarcasting.com/artifacts/org.arquillian.smart.testing/junit-test-result-parser/ -->
<dependency>
    <groupId>org.arquillian.smart.testing</groupId>
    <artifactId>junit-test-result-parser</artifactId>
    <version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.arquillian.smart.testing/junit-test-result-parser/
implementation 'org.arquillian.smart.testing:junit-test-result-parser:0.0.10'
// https://jarcasting.com/artifacts/org.arquillian.smart.testing/junit-test-result-parser/
implementation ("org.arquillian.smart.testing:junit-test-result-parser:0.0.10")
'org.arquillian.smart.testing:junit-test-result-parser:jar:0.0.10'
<dependency org="org.arquillian.smart.testing" name="junit-test-result-parser" rev="0.0.10">
  <artifact name="junit-test-result-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.arquillian.smart.testing', module='junit-test-result-parser', version='0.0.10')
)
libraryDependencies += "org.arquillian.smart.testing" % "junit-test-result-parser" % "0.0.10"
[org.arquillian.smart.testing/junit-test-result-parser "0.0.10"]

Dependencies

compile (1)

Group / Artifact Type Version
org.arquillian.smart.testing : core jar 0.0.10

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.8.0
com.google.code.findbugs : annotations jar 3.0.1

Project Modules

There are no modules declared in this project.

Smart Testing

Build Status

We know which tests you want to run.

We all know that as the project evolves we keep adding more and more tests to ship our products confidently. This however has an impact on the build time and thus we waste time waiting for the most important question to be answered - "Did I break anything with my changes?".

Let it be your local development or a CI server - what if you could know this as soon as possible?

We created Smart Testing to give you the fastest possible feedback loop when it comes to executing your tests.

Installation

To quickly start using Smart Testing all you need to do is to execute following snippet:

curl -sSL https://git.io/v5jy6 | bash

You can also add these flags:

  • -l|--latest latest published artifact in Maven Central (that’s the default)

  • -v|--version= - specific version to install

For example:

curl -sSL https://git.io/v5jy6 | bash -s -- --latest

Important
The script is tested on Linux, but we do provide basic OSX support [1] with the fully fledged version coming next release.
Important
This script requires xmllint, so make sure you have it installed.

Documentation

To read complete documentation head over to http://arquillian.org/smart-testing/

You can also generate it locally. All you need to have in place is Docker. Simply execute

$ ./.asciidoctor/generate.sh

and you are set. You will find generated documentation in the gh-pages folder.

On Linux you can combine it with following command:

./.asciidoctor/generate.sh && xdg-open gh-pages/index.html &>/dev/null

This will generate the documentation and open it in the browser.


1. In case no .mvn/extension.xml file exists.
org.arquillian.smart.testing

An Innovative Testing Platform for the JVM

Versions

Version
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1