在协同欺骗WebDriver (即验收测试)中,这在升级到协同欺骗2.6之后不再起作用:
$I->pauseExecution();
有没有别的选择?
Codecential2.5的文档:https://github.com/Codeception/Codeception/blob/2.5/docs/modules/WebDriver.md#pauseexecution
发布于 2019-11-07 05:16:17
在下面的提交中,为了支持Codecerence2.6中的新pause()
函数,删除了pauseExecution()
:https://github.com/Codeception/Codeception/commit/edd78659800918118b1a647b0a61977b42160af9#diff-b69c529efcc6368b5c564f8b36665a22
pause()
提供了一个交互式控制台,请参阅https://codeception.com/04-24-2019/codeception-3.0.html
https://stackoverflow.com/questions/58738611
复制相似问题