This Concordion extension adds run totals to the Concordion output whenever the concordion:run command is used.
This extension allows us to reveal run totals in the Concordion output, without obscuring the intent of the specification. For example:
The extension is available from Maven Central.
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 |
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
.