source: Dev/branches/rest-dojo-ui/client/util/doh/plugins/README.txt @ 265

Last change on this file since 265 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 433 bytes
Line 
1doh/plugins - plugins to configure and extend the DOH runner
2
3These are loaded after the test runner and test url, but before the runner begins. This provides an opportunity to wrap and monkey-patch doh, the test harness and the test runner.
4
5Usage - e.g.:
6        util/doh/runner.html?testModule=tests.cache&dohPlugins=doh/plugins/hello
7    util/doh/runner.html?testModule=tests.cache&dohPlugins=doh/plugins/hello;doh/plugins/alwaysAudio
Note: See TracBrowser for help on using the repository browser.