diff -r 1793daa8df8a -r 869f02c75687 src/cm/scripts/test-suite/karma.conf.js --- a/src/cm/scripts/test-suite/karma.conf.js Mon Feb 17 19:18:42 2014 +0100 +++ b/src/cm/scripts/test-suite/karma.conf.js Tue Feb 18 19:27:58 2014 +0100 @@ -26,6 +26,12 @@ proxies: { '/': w.WORKSPACE_URL }, + client: { + mocha: { + ui: 'tdd' + }, + w: w // SID: exports the variable in the test execution browser window + }, // test results reporter to use : 'dots', 'progress', 'junit', 'growl', 'coverage' reporters: ['progress'], // web server port