在我的Gulpfile.js
服务中任务中,选项browser: ['Google Chrome','Internet Explorer']
不起作用;它只打开谷歌浏览器,而不是Internet Explorer。我使用该选项时错了吗?
答案 0 :(得分:1)
根据文档,您需要将其设置为:
// Open the site in Chrome & Firefox
browser: ["google chrome", "firefox"]
尝试使用小写字母。
答案 1 :(得分:0)
任何想法如何为IE 11做?
我尝试internet explorer
,internet explorer 11
,ie11
似乎没有任何效果......唯一的另一种选择是在chrome
或firefox
中打开它并将其粘贴到IE11
答案 2 :(得分:0)
尝试“探索器”或“ Chrome”好友。这对我有用。在default-config.js中使用- 浏览器:[“ chrome”,“ firefox”,“ explorer”]