标签: e2e-testing cypress
当我运行cypress open时,赛普拉斯测试运行器将打开+浏览器,并且每次文件更改都会重新运行测试。
cypress open
是否可以在无头模式下自动重新运行测试?
答案 0 :(得分:1)
不,这不可能。
直接从the Cypress docs提取
在柏树运行期间什么也没看到。 仅当使用cypress open运行cypress时,watchForFileChanges属性才有效。