Skip to content

Create and execute Backbone Eye test cases

Dhruva Ray edited this page Aug 22, 2013 · 2 revisions
  1. Create a new firefox profile.

  2. Install latest(1.12+ Recommended) Firebug

  3. Install latest FBTest

  4. Start local HTTP server to serve test files for FBTest:

node build.js server <PORT>

It will start the server at http://localhost:PORT (default port is 8888).

  1. Run all fbtest cases:
node build.js test <PROFILE> <PORT>

It will run all fbtests at http://localhost:PORT with profile PROFILE (default port is 8888 and profile is 'dev').

For more details:

node build.js help
Clone this wiki locally