当我运行我的 testcafe 脚本时,它显示“错误”html“报告器不存在。”

Posted

技术标签:

【中文标题】当我运行我的 testcafe 脚本时,它显示“错误”html“报告器不存在。”【英文标题】:when i run my testcafe script it shows "ERROR The "html" reporter does not exist. " 【发布时间】: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 但我仍然收到此错误:

【问题讨论】:

【参考方案1】:

TestCafe 默认不包含testcafe-reporter-html,所以你需要安装它。在您的项目目录中运行以下命令:

npm install testcafe-reporter-html

请注意,您不需要导入记者。 Testcafe 会自动找到。

【讨论】:

以上是关于当我运行我的 testcafe 脚本时,它显示“错误”html“报告器不存在。”的主要内容,如果未能解决你的问题,请参考以下文章

通过“ npm install”安装时找不到Testcafe命令

无法在 Testcafe 错误消息中运行 percy 快照测试:npm ERR!缺少脚本:test:percy

TestCafe 调试页脚阻止页面交互

Fastlane 扫描显示零单元测试

使用PowerShell脚本的Azure SQL备份自动化

当我运行我的 `node file.js 1 23 44` 脚本时,它不会打印任何内容