我使用"cypress":"^8.7.0“和”@reportportal/agent-js“:"^5.0.2”和节点14。
对于另一个项目,我的reportportal实现已经运行良好。现在我试着用这个使用柏树的项目来设置它,结果就是没有出现在RP中。我遵循这里显示的每一步:https://github.com/reportportal/agent-js-cypress
我在记者选项中打开了调试选项,并得到了如下输出:
Finish test item ...
Success finish item ...
Finish test item ...
Success finish item ...
Finish launch ...
Success finish launch ...这听起来像启动工作,但我没有看到在RP任何东西。有人知道我错过了什么吗?
发布于 2022-07-04 12:57:12
尝试在端点的末尾添加/api/v1。
例如:
endpoint=https://reportportal.com/api/v1在类似的调试日志中,我也面临同样的问题。在端点中添加/api/v1为我解决了这个问题。
Note - agent-js-cypress还不受Cypress 10.0或更高版本的支持。细节https://github.com/reportportal/agent-js-cypress/issues/116
https://stackoverflow.com/questions/70364950
复制相似问题