Skip to content

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

License

Notifications You must be signed in to change notification settings

concordion/concordion-run-totals-extension

Repository files navigation

Build and Test 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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages