Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

An example of Concordion acceptance tests being setup to run under the Maven integration-test phase

License

Notifications You must be signed in to change notification settings

tearsofaunicorn/concordion-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concordion-example

This project provides an example setup for running the Concordion acceptance testing framework as part of Maven's integration-test phase.

It also splits the acceptance tests into a separate source directory to the project unit tests.

This source project accompanies the blog post here:

http://tearsofaunicorn.com/articles/setting-up-concordion-with-maven.html

Building the project and running the tests

The project can be built using the standard Maven commands:

   mvn clean install

To run the acceptance tests on their own you can:

   mvn integration-test

About

An example of Concordion acceptance tests being setup to run under the Maven integration-test phase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages