Demonstrates the usage of the Concordion Timing Extension
This project demonstrates the usage of the Concordion Timing Extension.
Example output is shown here.
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:
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
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.
- Download and install maven
- From a command line opened at the location to which this package has been unzipped, run
mvn test
- View the Concordion output under the subfolder
target/concordion/spec
Feel free to discuss this demo project on the Concordion mailing list.