Difference between revisions of "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.
Line 10: Line 10:
  
 
===get "test.properties" file===
 
===get "test.properties" file===
 +
 +
configure build:
  
 
[[Image:huju.png]]
 
[[Image:huju.png]]
Line 22: Line 24:
  
 
run task "functionaltest" which in trunk/extend/build.xml file  
 
run task "functionaltest" which in trunk/extend/build.xml file  
 +
 +
configure build:
  
 
[[Image:huju2.png]]
 
[[Image:huju2.png]]

Revision as of 02:15, 10 March 2010

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