Run idempiere test using maven

From iDempiere en

Currently for IDempiere, there is only one option to test idempiere by run unit test on org.idempiere.test plugin. Idempiere Fitnesse only support to IDempiere 10. to test IDempiere >= 11, we have to run unit test on org.idempiere.test.


this guide is to run org.idempiere.test on maven using terminal.

  1. open terminal/command prompt
  2. execute this command
mvn verify -DskipTests=false

to run it faster (without rebuild and assemble distribution):

mvn verify --offline -DskipClean=true -DskipTests=false -DmaterializeProduct=none -DassembleRepository=none

this tips comes from @hengsin on mattermost discussion here

Cookies help us deliver our services. By using our services, you agree to our use of cookies.