We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Create a new firefox profile.
Install latest(1.12+ Recommended) Firebug
Install latest FBTest
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).
http://localhost:PORT
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