Skip to content
algobardo edited this page Jan 30, 2015 · 8 revisions

Running

  • Start the test server, by running the following commands from the BacklogRunner folder

    • On Ubuntu

      node --harmony queuedaemon.js
      
    • On Mac OS X

      ./redis-start.sh
      node --harmony queuedaemon.js
      

    The server hosts the web interfaces, and spawns a pool of emulators. The size of the emulator pool can be adjusted in the file BacklogRunner/config.js.

  • Schedule new test jobs from the web interface (tooltips provide a description of the available options)

    http://localhost:3043/thor
    

    Upon loading the page for the first time, the tool loads the available test cases from each of the apps. This can take a few minutes.

  • Manage existing, scheduled jobs (e.g. delay, kill, prioritize) using the Kue web page on

    http://localhost:3043
    
Clone this wiki locally