An open API service indexing awesome lists of open source software.

https://github.com/granito-source/concordion

Concordion integration and extensions.
https://github.com/granito-source/concordion

concordion extension integration quarkus spring testing

Last synced: 18 days ago
JSON representation

Concordion integration and extensions.

Awesome Lists containing this project

README

          

[![CI build](https://github.com/granito-source/concordion/actions/workflows/build.yaml/badge.svg)](https://github.com/granito-source/concordion/actions/workflows/build.yaml)
[![Maven Central](https://img.shields.io/maven-central/v/io.granito.concordion/concordion-parent.svg)](https://central.sonatype.com/artifact/io.granito.concordion/concordion-parent)
[![License](https://img.shields.io/github/license/granito-source/concordion?color=blue)](https://github.com/granito-source/concordion/blob/main/LICENSE)

# Concordion Integrations and Extensions

[Concordion](http://www.concordion.org/) is an open source runner for
executable specifications that creates rich living documentation.
This project allows to integrate Concordion with two popular
Java frameworks: [Spring](https://spring.io/projects/spring-framework) and
[Quarkus](https://quarkus.io/). These integrations enable developers to
use dependency injection and other features provided by these frameworks
in their Concordion specifications.

Additionally, this project includes a couple of useful extensions that
enhance the functionality of Concordion.

## Features

* [Quarkus Integration](quarkus/README.md)
* [Spring Integration](spring/README.md)
* [Screenshot Extension](screenshot/README.md)
* [Write Extension](write/README.md)