0

我再次在使用 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/'
};
4

1 回答 1

3

Ok guys, here is a solution for this problem. I posted this question in angular google groups and here is the link: https://groups.google.com/forum/?fromgroups=#!topic/testacular/fumqhOAEH3s it was a bug and it is fixed by the author.

于 2013-01-29T13:30:33.517 回答