src/cm/scripts/test-suite/karma.conf.js
changeset 579 869f02c75687
parent 578 1793daa8df8a
child 592 cd268815de68
--- 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