luser / luciddream

Luciddream is a test harness for running tests between a Firefox browser and another device, such as a Firefox OS emulator
2 stars 4 forks source link

Assertions (failure) are not printed until finish() is called #7

Open ochameau opened 9 years ago

ochameau commented 9 years ago

That will make debugging try trace lot harder, as various assertion may pass/fail, but you don't know about them just because the test didn't manage to complete and call finish(). (I got failure to print correctly with a hack posted in issue #5, but that doesn't fix that particular issue)