@Timmehs wrote:
Hello Ember community!
I'm wondering if anyone has found a way to produce useful console output for failed tests in the
ember test --server
.I'm sure everyone is familiar with this lovely stack trace dump:
It seems brutal that most of the time you can't even discern a test name. I get that
ember test --server
is meant to be used in conjunction with a the browser test UI, but it'd be nice to see a useful list of test failures here in the console rather than messing with the mouse to click around and see whats failing in the browser.The
--reporter
option of theember test
command doesn't seem to work in server mode.Thanks!
Posts: 1
Participants: 1