On http://api.qunitjs.com/QUnit.config/ there are several QUnit configuration flags given on browsers on the URL query. Some of there are useless on a command line environment like scrolltop, but others can be useful like requireExpects or testTimeout, and some could be adapted like hidepassed. Since we already have support for module and test setting directly their values on QUnit.config, I propose:
On http://api.qunitjs.com/QUnit.config/ there are several QUnit configuration flags given on browsers on the URL query. Some of there are useless on a command line environment like scrolltop, but others can be useful like requireExpects or testTimeout, and some could be adapted like hidepassed. Since we already have support for module and test setting directly their values on QUnit.config, I propose: