Is there a way to make tests fail in case when there is JavaScrpt error on tested page?
In case of QUnit there is no such problem because any JS exception fails test even if there no assertion failures. In case of Funcunit only error in test code itself will fail it. Any errors on tested page are ignored.