Plugin Information
This plugin publishes Concordion test reports for each build, and is based somewhat on the WebTest Presenter Plugin. UsageConfiguration: Project page: Build page: Version HistoryVersion 0.6 (2010-07-06)
|
Plugin Information
This plugin publishes Concordion test reports for each build, and is based somewhat on the WebTest Presenter Plugin. UsageConfiguration: Project page: Build page: Version HistoryVersion 0.6 (2010-07-06)
|
Comments (7)
Jul 07, 2010
Nigel Charman says:
Hi Rob, Does this plugin provide any advantage over using the HTML Publisher pl...Hi Rob,
Does this plugin provide any advantage over using the HTML Publisher plugin for Concordion reports?
Jul 07, 2010
Rob Johnston says:
Hi Nigel Not really, except that the word "Concordion" now shows up in the list...Hi Nigel
Not really, except that the word "Concordion" now shows up in the list of available plugins
Jul 16, 2010
Allan says:
Hi Rob I get a 404 error when I try to access the 'latest concordion results' l...Hi Rob
I get a 404 error when I try to access the 'latest concordion results' link.
I've set the 'Concordion report location' to be the directory where the concordion results html is generated to - I'm guessing that's what it should be pointing to.
Do you know what I've done wrong?
Jul 19, 2010
Rob Johnston says:
Hi Allan That will happen if the results for the "last completed" build aren't ...Hi Allan
That will happen if the results for the "last completed" build aren't parsed by the plugin - so the build might be failing and the results aren't generated. What appears in the console?
This is also an issue, since that link should really point to the last set of results that the plugin picked up
Aug 01, 2010
Allan says:
Hi Rob Thanks for your answer :-) My Concordion output directory is 'trunk/dir...Hi Rob
Thanks for your answer :-)
My Concordion output directory is 'trunk/direct-tv-service-module/build/spec-results' and the reports are successfully generated here. The build is successful and I get this message in the console output:
BUILD SUCCESSFUL
Total time: 3 seconds
Archiving Concordion test report...
Archiving report from /root/.hudson/jobs/Specification Tests/workspace/trunk/direct-tv-service-module/build/spec-results to /root/.hudson/jobs/Specification Tests/builds/2010-08-01_13-11-32/concordion
If I look on the Hudson server I can see the html files have been moved correctly to:
builds/2010-08-01_13-11-32/concordion
and I can see the moved html files in there.
This is the result of an 'ls -R' in that directory:
./bootstrap:
OnAFreshInstallTheApplicationShouldStoreADefaultSetOfPropertiesInAFileInTheUsersHomeDirectorySpec.html
./fileprocessing:
ProcessingANewlyArrivedContentFileAndMeatadataFileSpec.html
./image:
concordion-logo.png
However I still get a 404 if I click on the concordion reports link in Hudson. :-(
Do you know what I have done wrong?
Aug 11, 2010
Allan says:
I've just answered my own question The concordion tests need their own index.h...I've just answered my own question
The concordion tests need their own index.html to be put in the root of the concordion output directory.
Do this and it works perfectly.
Allan
Aug 16, 2010
Rob Johnston says:
Hi Allan Yes, that'll do itHi Allan
Yes, that'll do it