source: Dev/trunk/src/client/util/doh/plugins/README.txt @ 483

Last change on this file since 483 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 1.1 KB
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
8
9Android robot testing
10doh/plugins/remoteRobot bridges the doh.robot API with the WebDriver API.
11On your PC, load android-webdriver-robot.html and follow the instructions to set up your Android phone for robot testing.
12The page links to a patched version of WebDriver that enables cross-domain scripting from the browser; this enables the browser to essentially drive itself.
13Sadly, the corresponding iPhone WebDriver is not as powerful as the Android version and does not use native events; do not expect it to work.
14
15Known issues:
16The mobile tests were broken during the AMD refactor, so don't expect to load the dojox.mobile tests and see them run just yet.
Note: See TracBrowser for help on using the repository browser.