First: implement the fixes here: http://forum.brominefoundation.org/viewtopic.php?f=4&t=298
Create a custom step in hudson. Make it execute the following shell command
wget http://bromineadress.tld:port/projects/run/<project_id>/user:<username>/password:<hashed_password>/project:<project_id>/site_id:<site_id>/return:xunit_xml -O test-reports/$BUILD_NUMBER.xml
You can get the complete url from the testlabs tab and click the project:
Check of: Publish Junit test results report
fill in test-report xmls with 'test-reports/*.xml'
note: There is a bug in Bromine that makes it generate the xml test report BEFORE the test is actually finished. This is detailed here (http://jira.openqa.org/browse/BR-395)
Back to top