Protractor 量角器为每个测试启动新浏览器

Protractor 量角器为每个测试启动新浏览器,protractor,Protractor,不确定这样做是否正确。但我真的需要一些帮助。我在下面的这个问题上被困了几天 尝试使用量角器conf.js /** * If true, protractor will restart the browser between each test. Default * value is false. * * CAUTION: This will cause your tests to slow down drastically. */ restartBrowse

不确定这样做是否正确。但我真的需要一些帮助。我在下面的这个问题上被困了几天

尝试使用量角器conf.js

  /**
   * If true, protractor will restart the browser between each test. Default
   * value is false.
   *
   * CAUTION: This will cause your tests to slow down drastically.
   */
  restartBrowserBetweenTests?: boolean;

验证您的
conf.js
文件