Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Using testRunner and the nodejs test server

johnjbarton edited this page Jan 31, 2013 · 1 revision

To use the simple test server:

  1. Install nodejs
  2. Clone this project (and devtoolsExtended if you want to serve it as well).
  3. cd qpp/http
  4. node DAVServer.js

The server will echo the ports and directories served.

To use the testRunner devtools extension:

  1. clone from https://github.com/johnjbarton/testRunner,
  2. install the testRunner as an unpacked Chrome extension on chrome://extensions developer mode
  3. run the node.js server as above,
  4. Use the Remote Debugging setup.
  5. Open devtools (eg shift+cntrl+I) on the devtoolsExtended window.
  6. Select the testRunner panel.
  7. Click Load to fill the panel with available tests.
  8. Filter the list with a RegExp in the input box, then Load again to see the filtered list.
  9. Click Run to run with a watchdog timer, Debug to run without it.

Clone this wiki locally