赛普拉斯ReadFile冻结赛普拉斯窗口

时间:2020-10-13 20:53:02

标签: 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 })

0 个答案:

没有答案