在introtokarma应用程序中,我更改了karma-e2e-config.js文件,如下所示:
module.exports = function(config) { config.set({ basePath : '../',files : ['tests/e2e/**/*.js'],frameworks: ['ng-scenario'],autoWatch : false,browsers : ['Chrome'],singleRun : true,proxies : { '/': 'http://localhost:8000/' },junitReporter : { outputFile: 'test_out/e2e.xml',suite: 'e2e' } }); };
C:\Project\introtokarma\config>karma start karma-e2e.conf.js
INFO [karma]: Karma v0.10.1 server started at localhost:9877/
INFO [launcher]: Starting browser Chrome
WARN [launcher]: The path should not be quoted.
Normalized the path to C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
INFO [Chrome 28.0.1500 (Windows 7)]: Connected on socket id pfBNNRs-3wAdgT-QsheL
Chrome 28.0.1500 (Windows 7): Executed 0 of 0 ERROR (0.207 secs / 0 secs)
对于业力v0.10.2和最新的角度测试下一个命令:
原文链接:https://www.f2er.com/angularjs/142709.htmlnpm install -g karma-ng-scenario karma-junit-reporter