【发布时间】:2013-01-15 09:47:31
【问题描述】:
再一次,我在使用 testacular 运行 angularJS e2e 测试时遇到了问题。这次的输出是
Chrome 23.0: Executed 0 of 13 (skipped 13) SUCCESS (0.117 secs / 0 secs)
info: Disconnecting all browsers
没有运行测试,这是我的配置文件。
basePath = './';
files = [
ANGULAR_SCENARIO,
ANGULAR_SCENARIO_ADAPTER,
'e2e/*.js'
];
autoWatch = false;
browsers = ['Chrome'];
singleRun = true;
proxies = {
'/': 'http://localhost:8080/'
};
【问题讨论】:
-
我遇到了同样的问题。我刚刚用 ChromeCanary 试了一下,我得到了 Chrome 26.0: Executed 2 of 2 SUCCESS (2.119 secs / 1.29 secs) info: Disconnecting all browsers Then I run it in firefox: $.\scripts\e2e-test.bat info: Testacular server开始于localhost:9876 info(启动器):启动浏览器 Firefox 信息(Firefox 18.0):连接到套接字 id UYYPyXotuajK3OEmTV3_ Firefox 18.0:执行 2 of 2 成功(1.555 秒 / 1.152 秒)信息:断开所有浏览器
标签: angularjs karma-runner angular-scenario