【发布时间】:2022-01-18 10:02:28
【问题描述】:
当我运行我的 testcafe 脚本时,我收到此错误“错误“html”报告器不存在。” 我的代码:
import { Selector } from 'testcafe';
fixture`Example `
.page`google.com`;
test('google search', async t => {
await t
});
我导入testcafe-reporter-html
但我仍然收到此错误:
【问题讨论】:
标签: testing automation automated-tests e2e-testing testcafe