concordion-status-info-extension

An extension to concordion to highlight expected to fail information on living documentation

License

License

GroupId

GroupId

org.concordion
ArtifactId

ArtifactId

concordion-status-info-extension
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

concordion-status-info-extension
An extension to concordion to highlight expected to fail information on living documentation
Project URL

Project URL

https://github.com/concordion/concordion-status-info-extension
Source Code Management

Source Code Management

https://github.com/concordion/concordion-status-info-extension.git

Download concordion-status-info-extension

How to add to project

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

Dependencies

compile (1)

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

Project Modules

There are no modules declared in this project.

concordion-status-info-extension

This Concordion extension allows for the displaying of a Note and Reason on the result report, when the status of specific examples in a specification is set as Ignored, Unimplemented or ExpectedToFail.

The demo project demonstrates this extension.

Introduction

This extension was brought about by a want to display why a particular test was marked as "expected to fail" on the Concordion storyboard. This extension enables the user to know exactly why a test was so marked. Other information could also be added such as date by which it was expected to be resolved and who to communicate within the team with regards to that failing feature if further information was required. This has been extended to encompass all of the status's.

Acknowledgements

This extension was originally developed as an extension to the cubano framework.

org.concordion

Versions

Version
1.0.4
1.0.2
1.0.0
0.1.0