How to run single test suite by the suite name?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to run single test suite by the suite name?

guo weizhan
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!
Reply | Threaded
Open this post in threaded view
|

Re: How to run single test suite by the suite name?

Brett
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+Guide


Brett

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!
Reply | Threaded
Open this post in threaded view
|

Re: How to run single test suite by the suite name?

guo weizhan
Thank you

2009/4/23 Brett Palmer <[hidden email]>

> 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+Guide
>
>
> Brett
>
> 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!
>