src/cm/scripts/test-suite/karma.conf.js
changeset 579 869f02c75687
parent 578 1793daa8df8a
child 592 cd268815de68
equal deleted inserted replaced
578:1793daa8df8a 579:869f02c75687
    24 		urlRoot: '/karma/',
    24 		urlRoot: '/karma/',
    25 		// SID: directive added on karma-e2e-dsl purpose. Map of path-proxy pairs.
    25 		// SID: directive added on karma-e2e-dsl purpose. Map of path-proxy pairs.
    26 		proxies: {
    26 		proxies: {
    27 			'/': w.WORKSPACE_URL
    27 			'/': w.WORKSPACE_URL
    28 		},
    28 		},
       
    29 		client: {
       
    30 			mocha: {
       
    31 				ui: 'tdd'
       
    32 			},
       
    33 			w: w // SID: exports the variable in the test execution browser window
       
    34 		},
    29 		// test results reporter to use : 'dots', 'progress', 'junit', 'growl', 'coverage'
    35 		// test results reporter to use : 'dots', 'progress', 'junit', 'growl', 'coverage'
    30 		reporters: ['progress'],
    36 		reporters: ['progress'],
    31 		// web server port
    37 		// web server port
    32 		port: 9876,
    38 		port: 9876,
    33 		// enable / disable colors in the output (reporters and logs)
    39 		// enable / disable colors in the output (reporters and logs)