提交 347e5c71 编写于 作者: dcloud_wdl's avatar dcloud_wdl

新增 pages/pages.test.js 截图中增加一条日志,以便自动化测试获取进度

上级 3331cf02
......@@ -140,6 +140,7 @@ describe("page screenshot test", () => {
console.log("page screenshot test finish");
});
test.each(pages)("%s", async () => {
console.log("Taking screenshot: ", pageIndex, pages[pageIndex]);
const image = await program.screenshot({
fullPage: true,
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册