PMC:QA:Add Junit test to Hudson

From ADempiere
Revision as of 23:34, 9 March 2010 by Sunny (Talk)

Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Add Junit test to Hudson

This document is about add adempiere Junit test to hudson

select job "adempiere" -> "configure",add the configuration as follow after "update adempiere database"

More details:please refer to http://www.adempiere.com/index.php/PMC:QA:integrate_adempiere_with_hudson

configure "Build"

get "test.properties" file

Huju.png

test.properties is a properties file,it must be created when do junit test.

example:

Huju1.png

run task "functionaltest"

run task "functionaltest" which in trunk/extend/build.xml file

Huju2.png