equal
deleted
inserted
replaced
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) |