Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: fitnesse-plugin
-
Labels:None
-
Environment:Hudson 1.353
Fitnesse Plugin 1.3.1
-
Similar Issues:
Description
The links provided in the fitnesse results page take the user to an invalid page which results in a new test creation page being displayed. When executing a test suite the target page name needs to be added in the link URL provided:
current url:
http://host:port/testname
expected url
http://host:port/targetpage.testname
fixed in last version