Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nin-jin/testo-server

Server for testing pages in any browser
https://github.com/nin-jin/testo-server

Last synced: about 2 months ago
JSON representation

Server for testing pages in any browser

Awesome Lists containing this project

README

        

Testo
=====

Server for testing pages in any browser

To start server type in console:

node testo_server

To run tests type in console:

node testo_run

Directives in testo_config.js
-----------------------------

**uri** - uri of page that contains your tests.

**timeout** - timeout for all tests

**browsers** - paths to your browsers

How to commit tests result
--------------------------

Put this code on your tests page:


window.$testo_slave= $testo_slave

Than call `$test_slave.done( Boolean( passed ) )` when tests are completed.