Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 2.0-alpha
-
Labels:None
-
Number of attachments :
Description
fitnesse:run (or remote etc) is suitable to put under maven's integration-test phase. However, in order to have the integration test failing the build, it will now be happening in fitnesse:run goal, and hence, at itnegration-test phase. It is causing problem because post-integration-test phase (which mostly contains cleanups) is skipped.
It is advised to add a "verify" goal which is used to run in "verify" phase. It will check the previous fitnesse result and fail the test.
(Please refer to "failsafe" maven plugin for similar reasoning)