welcome: please sign in
location: Testing

tests/shell

When we have shell tests, they should go in a directory by this name. A good test framework to use would be shunit2.

tests/simple

This directory contains javascript files which perform simple tests that do not require interaction or the existence of a conkeror window.

conkeror -q -batch -l /path/to/conkeror/tests/simple/keymap.js

or do them all in one go:

conkeror -q -e 'url_remoting_fn = load_rc;' /path/to/conkeror/tests/simple/*.js

Conkeror.org: Testing (last edited 2009-10-23 15:27:53 by retroj)