Skip to content

concordion/concordion-timing-extension-demo

Repository files navigation

Build and Test Apache License 2.0

concordion-timing-extension-demo

Demonstrates the usage of the Concordion Timing Extension

Introduction

This project demonstrates the usage of the Concordion Timing Extension.

Example output is shown here.

Running the tests

Using Gradle

The download includes support to run the tests with the Gradle build tool. The code base includes the Gradle Wrapper, which will automatically download the correct version of Gradle.

Gradle can be run from the command line or from your IDE:

Command line

From the command line, cd to the folder containing a copy of this project, and run

./gradlew clean test on Unix-based systems, or .\gradlew clean test on Windows.

This will download the required dependencies, clean the existing project, recompile all source code and run all the tests.

View the Concordion output under the subfolder build/reports/spec/spec

Additional Gradle Files

publish.gradle is only needed if you want to publish the output to Github pages.

If copying the project for your own use, you probably won't want this file.

Using Maven

  1. Download and install maven
  2. From a command line opened at the location to which this package has been unzipped, run mvn test
  3. View the Concordion output under the subfolder target/concordion/spec

Mailing List

Feel free to discuss this demo project on the Concordion mailing list.

About

Demonstrates the usage of the Concordion Timing Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages