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 コマンドで実行してみましたが、同じ結果が得られました。