You can run tests for a specific ofbiz component (e.g. entity, etc)
with the following command:
ofbiz$ java -jar ofbiz.jar -test -component=entity
This is described in the following link:
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+GuideBrett
On Tue, Apr 21, 2009 at 9:01 PM, guo weizhan <
[hidden email]> wrote:
>
> Hi All,
>
> How can I run single test suite by the suite name or any other way? I just
> want to run the cases we added.
>
> Thank you!