Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nin-jin/testo-server
- Owner: nin-jin
- Created: 2012-12-25T09:46:29.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-04T14:23:49.000Z (almost 12 years ago)
- Last Synced: 2023-03-22T16:57:02.625Z (almost 2 years ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.