-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
All
I have a maven project that launch selenium tests during its integration phase.
I use the seleniumhq hudson plugin to publish those results.
But on the main page neither the html result page nor the graph is shown.
I looked at the seleniumhq code and write a patch that resolve this problem: this is due to the seleniumhq action only be available for hudson.model.Project and not for hudson.model.AbstractProject while it seems to work without problem with the later.
quisar, Can you provide me the patch file ?