Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 996 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 996 Bytes

TDD Training application

The TDD training application is based on the Weinberg-Myers triangle program example.

Required

The following application must be install for running the TDD Training application

First run

Before starting the application or running the test the following command must be run

mvn clean install

Running the application

The application can be run with the following command

sh startJettyDebug.sh

Running tests

The test that are already in the application available can be run with the following command

mvn verify -Pintegration

This will run thucydides junit and thucydides jbehave tests. A Thucydides report can be generated with the following command.

mvn thucydides:aggregate

The report will be available in the target/site/thucydides directory.