【问题标题】:Testacular does not run e2e testTestacular 不运行 e2e 测试
【发布时间】: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


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-11-16
    • 1970-01-01
    • 1970-01-01
    • 2019-11-06
    • 2017-04-22
    • 1970-01-01
    相关资源
    最近更新 更多