= 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 }}}