NG2-引导。 e2e测试期间的错误

时间:2017-02-19 18:52:52

标签: ng2-bootstrap

尝试为ng2-bootstrap运行e2e测试并遇到一些问题。感兴趣,如果这是我或没有。

这就是我正在做的事情:

  1. 从中下载最新内容 https://github.com/valor-software/ng2-bootstrap
  2. 运行npm-install
  3. 运行npm run build
  4. 运行npm run link
  5. 最后运行nmp run e2e
  6. 第一次运行时出现错误:SpecReporter is not a constructor我可以通过将protractor.conf.js中的const SpecReporter = require('jasmine-spec-reporter');替换为const SpecReporter = require('jasmine-spec-reporter').SpecReporter;

    来解决这个错误

    但是还有另一个错误:Cannot find namespace 'webdriver',我无法弄清楚如何修复。

    因此,如果有人可以重复上述步骤,请告诉我,如果您获得相同的结果,我会非常感激。

    我在github上创建了一个关于此问题的问题:https://github.com/valor-software/ng2-bootstrap/issues/1665

1 个答案:

答案 0 :(得分:0)

尝试import * as webdriver from 'selenium-webdriver';