-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't report steps as logs #32
Comments
Hello! I couldn't reproduce the issue. Can you share some more details (cucumber version, config, test example) ? Thanks a lot! |
Hello @kycyyy ! |
I am using this statement from github and i can't see it on report portal i put this logging statement inside before and inside tests. none of them being seen on report portal |
Hi @umarkhanTR ! |
I have tried to set cucumberNestedSteps to true and run the test. And I got the following errors
yarn clean & wdio run ./config/wdio.local.conf.ts --suite e2e
I use the latest version of the lib
"@reportportal/agent-js-webdriverio": "^5.0.2",
.[0-0] Error: Request failed with status code 400: {"errorCode":40019,"message":"Test item status is ambiguous. There is no status provided from request and there are no descendants to check statistics for test item id '1140'"}
[0-0] at /node_modules/@reportportal/client-javascript/lib/rest.js:37:15
[0-0] at processTicksAndRejections (node:internal/process/task_queues:96:5)
[0-0] Error: Request failed with status code 400: {"errorCode":40019,"message":"Test item status is ambiguous. There is no status provided from request and there are no descendants to check statistics for test item id '1140'"}
[0-0] at /node_modules/@reportportal/client-javascript/lib/rest.js:37:15
[0-0] at processTicksAndRejections (node:internal/process/task_queues:96:5)
[0-0] Error: Request failed with status code 400: {"errorCode":40019,"message":"Test item status is ambiguous. There is no status provided from request and there are no descendants to check statistics for test item id '1140'"}
[0-0] at /node_modules/@reportportal/client-javascript/lib/rest.js:37:15
[0-0] at processTicksAndRejections (node:internal/process/task_queues:96:5)
Any ideas? I want to aggregate test results per run instead of per spec. Right now, the report portal can only collect results per spec.
The text was updated successfully, but these errors were encountered: