提交 7325384c 编写于 作者: O owen-m1

try without edge/ie

上级 b0f8e556
......@@ -2,10 +2,10 @@ const createTestCafe = require('testcafe');
// Testcafe cannot test on IE < 11
// Testcafe testing on Chrome Android is currently broken (https://github.com/DevExpress/testcafe/issues/3948)
const browsers = [
'browserstack:ie@11.0:Windows 10',
// 'browserstack:ie@11.0:Windows 10',
'chrome:headless',
'firefox:headless',
'browserstack:edge@16.0:Windows 10',
// 'browserstack:edge@16.0:Windows 10',
'browserstack:safari@12.1:OS X Mojave',
'browserstack:iPhone 8@12.1'
];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册