-
Notifications
You must be signed in to change notification settings - Fork 6
D: FitNesse Testing
dcox-nmdp edited this page Jun 1, 2017
·
10 revisions
FitNesse is a wiki web server that is used as a tool for specifying and verifying application acceptance criteria. To learn more about this tool click HERE.
FitNesse comes preloaded in our epitope service package. You can see it as a directory inside your service-epitope directory. In order to use Fitnesse to write your own tests follow these simple steps.
- Navigate to the fitness directory
cd fitnesse
- Issue the following maven command from inside the fitnesse directory
mvn exec:java
- FitNesse should then be accessible here http://localhost:48082
Thats it! You can freely edit the FitNesse page to ensure your DPB1 epitope service is running as it should.