-
Notifications
You must be signed in to change notification settings - Fork 6
D: FitNesse Testing
dcox-nmdp edited this page Jun 9, 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

Note: In order for FitNesse to work you must ensure that the epitope service is running on your local machine. Refer to the B: Deployment for Local Development page in the sidebar on the right to find out how to get the service running.
Thats it! You can freely edit the FitNesse page to ensure your DPB1 epitope service is running as it should.