Testacular没有进行e2e测试

时间:2013-01-15 09:47:32

标签: angularjs karma-runner angular-scenario

我再次遇到问题时,我遇到了使用棱镜进行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/'
};

1 个答案:

答案 0 :(得分:3)

好的,伙计,这是解决这个问题的方法。我在有角度的google群组中发布了这个问题,这里是链接:https://groups.google.com/forum/?fromgroups=#!topic/testacular/fumqhOAEH3s这是一个错误,由作者修复。