concordion-run-totals-extension

An extension to the Concordion Run command to display the total test counts of the fixture that was called

License

License

GroupId

GroupId

org.concordion
ArtifactId

ArtifactId

concordion-run-totals-extension
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

concordion-run-totals-extension
An extension to the Concordion Run command to display the total test counts of the fixture that was called
Project URL

Project URL

https://github.com/concordion/concordion-run-totals-extension
Source Code Management

Source Code Management

https://github.com/concordion/concordion-run-totals-extension.git

Download concordion-run-totals-extension

How to add to project

<!-- https://jarcasting.com/artifacts/org.concordion/concordion-run-totals-extension/ -->
<dependency>
    <groupId>org.concordion</groupId>
    <artifactId>concordion-run-totals-extension</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.concordion/concordion-run-totals-extension/
implementation 'org.concordion:concordion-run-totals-extension:1.2.0'
// https://jarcasting.com/artifacts/org.concordion/concordion-run-totals-extension/
implementation ("org.concordion:concordion-run-totals-extension:1.2.0")
'org.concordion:concordion-run-totals-extension:jar:1.2.0'
<dependency org="org.concordion" name="concordion-run-totals-extension" rev="1.2.0">
  <artifact name="concordion-run-totals-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.concordion', module='concordion-run-totals-extension', version='1.2.0')
)
libraryDependencies += "org.concordion" % "concordion-run-totals-extension" % "1.2.0"
[org.concordion/concordion-run-totals-extension "1.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.concordion : concordion jar 2.2.0

Project Modules

There are no modules declared in this project.

Build Status Maven Central Apache License 2.0

This Concordion extension adds run totals to the Concordion output whenever the concordion:run command is used.

Introduction

This extension allows us to reveal run totals in the Concordion output, without obscuring the intent of the specification. For example:

Run Totals Output Image

Installation

The extension is available from Maven Central.

Dependencies

Due to breaking API changes in Concordion, you will need to ensure the correct version is in use dependent on your Concordion version:

concordion version concordion-run-totals-extension version
< 1.5.0 n/a
>= 1.5.0 and < 2.1.0 1.0.0
>= 2.1.0 and < 2.2.0 1.1.0
>= 2.2.0 1.2.0

Configuration

Default Configuration

To install the extension, either annotate the fixture class with:

    @Extensions(RunTotalsExtension.class)

or set the system property concordion.extensions to org.concordion.ext.runtotals.RunTotalsExtension.

org.concordion

Versions

Version
1.2.0
1.1.0
1.0.0