PMC:QA:Add Junit test to Hudson

From ADempiere
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 follows after "update adempiere database" configuration

More details:please refer to PMC:QA:integrate_adempiere_with_hudson

configure "Build"

get "test.properties" file

configure build:

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

configure build:

Huju2.png

task "functionaltest"

Huju3.png

More about Admpiere junit test refer to Adempiere_Junit_test

Links