标签: javascript node.js puppeteer codeceptjs
我正在尝试使用codeceptJs编写一些测试。但是我无法通过我的测试应用程序的身份验证。那么我该如何在codeceptJS中模仿相同的操作呢?
以伪造的伪代码
const page = await browser.newPage(); await page.authenticate({username:'un', password:'pw'});