我的 Windows 10 PC 中有节点 12.14.0、npm 6.13.4 和 testcafe 1.7.1。
我正在尝试使用命令testcafe chrome test1.js运行基本示例脚本:
import { Selector } from 'testcafe';
fixture `Getting Started`
.page `http://devexpress.github.io/testcafe/example`;
test('My first test', async t => {
// Test code
});
每次触发浏览器大约需要 2 分钟。之后测试运行良好。
什么可能导致这种延迟?我也尝试通过 npm 命令运行它并得到相同的结果。