gpt4 book ai didi

testing - CodeceptJS 完成后关闭浏览器窗口

转载 作者:行者123 更新时间:2023-11-28 21:15:34 25 4
gpt4 key购买 nike

我是使用 PuppeteerCodeceptJS 新手。我想让我的窗口浏览器在完成后打开。

Feature('Login');

Scenario('test', (I) => {
I.amOnPage('https://google.es')

});

最佳答案

只需将 pause() 作为测试用例的最后一行

Feature('Login');

Scenario('test', (I) => {
I.amOnPage('https://google.es')
pause();

});

关于testing - CodeceptJS 完成后关闭浏览器窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58881028/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com