I am using agent-js-codeceptjs plugin to publish the results on report portal but It keeps failing with error -
{“errorCode”:4001,“message”:"Incorrect Request. [Value is not allowed for field ‘status’.] "}
Request data :- {
“endTime”:1681999384752,
“status”:“queued”,
“launchUuid”:“xxxxxxx-e18a-4ef5-bd4a-xxxxxxxxxxx”
}
It seems that queued status is not supported by reportportal’s client-javascript library whereas codeceptjs is trying to send this status to report portal.
I am stuck now due to it. Is there anyway to stop sending queued status or any other workaround available on this.
Details
- CodeceptJS version: 3.4.1
- Operating System: Linux Box (jenkins)
- Playwright: 1.29.2
- agent-js-codecept: 0.2.4