提交 7b765778 编写于 作者: O owen-m1

try bs again

上级 db2227ef
......@@ -2,16 +2,17 @@ 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 = [
'saucelabs:iPhone XS Simulator@12.2',
'saucelabs:Internet Explorer@11.285:Windows 10'
// 'saucelabs:iPhone XS Simulator@12.2',
// 'saucelabs:Internet Explorer@11.285:Windows 10'
//
// 'saucelabs:Chrome@75.0:Windows 10'
//
// 'chrome:headless',
// 'firefox:headless',
// 'browserstack:edge@16.0:Windows 10',
// 'browserstack:safari@12.1:OS X Mojave',
// 'browserstack:iPhone 8@12.1'
'chrome:headless',
'firefox:headless',
'browserstack:edge@16.0:Windows 10',
'browserstack:safari@12.1:OS X Mojave',
'browserstack:ie@11.0:Windows 10',
'browserstack:iPhone 8@12.1'
];
let testcafe;
let runner;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册