src/cm/scripts/test-suite/karma.conf.js
changeset 578 1793daa8df8a
parent 575 8ce80860c3fe
child 579 869f02c75687
equal deleted inserted replaced
577:65fab7b5ce5e 578:1793daa8df8a
    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 			args:[w.WORKSPACE_NAME, w.USER_ADMIN, w.PASS_ADMIN], 
       
    31 			// captureConsole: false
       
    32 		},
       
    33 		// test results reporter to use : 'dots', 'progress', 'junit', 'growl', 'coverage'
    29 		// test results reporter to use : 'dots', 'progress', 'junit', 'growl', 'coverage'
    34 		reporters: ['progress'],
    30 		reporters: ['progress'],
    35 		// web server port
    31 		// web server port
    36 		port: 9876,
    32 		port: 9876,
    37 		// enable / disable colors in the output (reporters and logs)
    33 		// enable / disable colors in the output (reporters and logs)