You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by YIXIAO SHEN <yi...@gmail.com> on 2011/10/02 18:42:10 UTC

Is there a way to run test suite from command line

I'm running CouchDB on a remote machine through SSH. Is there a way to run
test suite from command line instead of from web browser?

Thanks,

Re: Is there a way to run test suite from command line

Posted by Benoit Chesneau <bc...@gmail.com>.
On Sun, Oct 2, 2011 at 6:42 PM, YIXIAO SHEN <yi...@gmail.com> wrote:
> I'm running CouchDB on a remote machine through SSH. Is there a way to run
> test suite from command line instead of from web browser?
>
> Thanks,
>

make check

Re: Is there a way to run test suite from command line

Posted by Oliver Boermans <bo...@gmail.com>.
>Is there a way to run
test suite from command line instead of from web browser?

Not tried myself but this looks like it might be useful:
http://www.phantomjs.org/

Re: Is there a way to run test suite from command line

Posted by YIXIAO SHEN <yi...@gmail.com>.
Thanks

On Sun, Oct 2, 2011 at 2:16 PM, Paul Davis <pa...@gmail.com>wrote:

> If you built couchdb with cURL libraries installed you can run it like:
>
>    $ ./test/javascript/run
>
> Beware that a few of the tests fail because they're not running in the
> browser. If memory serves, 2, 7, and 27.
>
> On Sun, Oct 2, 2011 at 11:42 AM, YIXIAO SHEN <yi...@gmail.com>
> wrote:
> > I'm running CouchDB on a remote machine through SSH. Is there a way to
> run
> > test suite from command line instead of from web browser?
> >
> > Thanks,
> >
>

Re: Is there a way to run test suite from command line

Posted by Paul Davis <pa...@gmail.com>.
If you built couchdb with cURL libraries installed you can run it like:

    $ ./test/javascript/run

Beware that a few of the tests fail because they're not running in the
browser. If memory serves, 2, 7, and 27.

On Sun, Oct 2, 2011 at 11:42 AM, YIXIAO SHEN <yi...@gmail.com> wrote:
> I'm running CouchDB on a remote machine through SSH. Is there a way to run
> test suite from command line instead of from web browser?
>
> Thanks,
>