Last change
on this file since 529 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
1.1 KB
|
Line | |
---|
1 | doh/plugins - plugins to configure and extend the DOH runner |
---|
2 | |
---|
3 | These 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 | |
---|
5 | Usage - 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 | |
---|
9 | Android robot testing |
---|
10 | doh/plugins/remoteRobot bridges the doh.robot API with the WebDriver API. |
---|
11 | On your PC, load android-webdriver-robot.html and follow the instructions to set up your Android phone for robot testing. |
---|
12 | The page links to a patched version of WebDriver that enables cross-domain scripting from the browser; this enables the browser to essentially drive itself. |
---|
13 | Sadly, 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 | |
---|
15 | Known issues: |
---|
16 | The 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.