On Wednesday, August 21, 2013 3:08:40 PM UTC+2, Jaynti Kanani wrote: > > > Hi, > I am writing some fbtests for firebug plugin > Backbone-Eye<https://github.com/dhruvaray/spa-eye>. > > > I am using node server as local http server and node > build.js<https://github.com/dhruvaray/spa-eye/blob/master/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.html* > > Problem 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?. > This way of test execution is for automated testing and you can find the final report within you Firefox profile in firebug/fbtest/logs directory.
The file uses the same syntax as Mozilla automated testing: https://developer.mozilla.org/en-US/docs/Test_log_format Honza > > 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 > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/887eb503-2258-4fb0-8d04-1967187289e0%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
