Hi,
I am writing some fbtests for firebug plugin
Backbone-Eye.
I am using node server as local http server and node
build.js as build script.
It will run following command to run all fbtests:
firefox -P dev -runFBTests --no-remote http://localhost:8888/test/spa_eye.htmlProblem is that, it closes down FBTest console UI after running all the test cases and that left me without any clue what happened? which test cases were failed? what is the result?.
How can I generate result html file or something that can give me these results? Or how can I get user's confirmation before closing down fbtest console UI?
Thanks,
Jaynti Kanani