提供的“teamcity”记者不存在。检查您是否正确指定了报告格式
The provided "teamcity" reporter does not exist. Check that you have specified the report format correctly
我在 testcafe 的测试突然停止工作。
我尝试重新安装 teamcity reporter:
npm install -g testcafe testcafe-reporter-teamcity
和
npm install testcafe testcafe-reporter-teamcity
我可以看到我的 node_modules 中有文件夹 testcafe-reporter-teamcity。但是由于某种原因它找不到它。
仍然是 运行 我在本地使用以下命令进行测试时遇到的错误:
testcafe firefox tests -c 4 --skip-js-errors --reporter teamcity
它将return错误:
ERROR The provided "teamcity" reporter does not exist. Check that you have specified the report format correctly.
找到问题。
刚刚将版本降级为
"testcafe-reporter-teamcity": "1.0.10"
似乎工作得很好.. 由于某种原因 1.0.11 出现了这个问题。
我在 testcafe 的测试突然停止工作。
我尝试重新安装 teamcity reporter:
npm install -g testcafe testcafe-reporter-teamcity
和
npm install testcafe testcafe-reporter-teamcity
我可以看到我的 node_modules 中有文件夹 testcafe-reporter-teamcity。但是由于某种原因它找不到它。
仍然是 运行 我在本地使用以下命令进行测试时遇到的错误:
testcafe firefox tests -c 4 --skip-js-errors --reporter teamcity
它将return错误:
ERROR The provided "teamcity" reporter does not exist. Check that you have specified the report format correctly.
找到问题。
刚刚将版本降级为
"testcafe-reporter-teamcity": "1.0.10"
似乎工作得很好.. 由于某种原因 1.0.11 出现了这个问题。