Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.34 KB

File metadata and controls

25 lines (15 loc) · 1.34 KB

Build and Test

This Concordion extension reformats the footer of the Concordion output to show hours, minutes and seconds rather than milliseconds.

Installation

The extension is available from Maven Central.

Introduction

A simple extension that reformats the footer of the Concordion output to show hours, minutes and seconds rather than milliseconds.

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

    @Extensions(TimestampFormatterExtension.class)

or set the system property concordion.extensions to org.concordion.ext.TimestampFormatterExtension

This extension currently has no configuration options. Feel free to suggest enhancement ideas on our issue list.

Further info