标签: cypress cypress-cucumber-preprocessor
赛普拉斯(Cypress)窗口冻结在cy.readFile行,但执行在后台连续进行,至少需要100秒才能完成,然后解冻赛普拉斯(Cypress)窗口。是否有人面对这个问题以及如何解决?谢谢
cy.readFile('sample.csv','binary', {log: true, timeout: 5000 }) .then(neatCSV) .then((data) => { //then compare data with table in the application })