提交 af4e69e9 编写于 作者: P Piotr Bryk 提交者: GitHub

Fix coverage reporting: no more +6 lines covered (#1021)

... on every pull request.
上级 f3557885
......@@ -139,9 +139,10 @@ module.exports = function(config) {
public: 'public',
},
configuration.customLaunchers = {
sl_chrome: {base: 'SauceLabs', browserName: 'chrome'},
sl_firefox: {base: 'SauceLabs', browserName: 'firefox'},
sl_ie: {base: 'SauceLabs', browserName: 'internet explorer'},
// Chrome must be last to compute coverage correctly.
sl_chrome: {base: 'SauceLabs', browserName: 'chrome'},
};
configuration.browsers = Object.keys(configuration.customLaunchers);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册