-
Notifications
You must be signed in to change notification settings - Fork 0
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
The report receives the interrupted status if there are a large number of allure annotations #34
Comments
@HardNorth can you help me? |
@AlexMatyushenko As I said earlier this is misuse of ReportPortal and, I do believe, Allure, even if it supports that. I can't imagine a usable report with hundreds of tags, links, key-value attributes, etc. and that someone click on them and use them. The only thing I can do is to implement a parameter which will cut attributes beyond allowed number. But to do that I need the exact error, which is thrown by the service-api. |
@HardNorth Why are these annotations added to the ReportPortal report as key:value? They look like this and are of no use, clicking on them does not filter |
@AlexMatyushenko Because somewhere in your code something like this is called: Allure.feature("my-feature");
Allure.story("my-story"); |
@HardNorth That's right, and there are many such annotations. The project is big. |
@AlexMatyushenko No, there is no such option. |
@HardNorth tell me how I can see the service-api logs? |
@AlexMatyushenko This question is related to backend part, it's not my area. |
Describe the bug
If there are a large number of annotations @owner,@Epic, @feature, @story, the report receives the status interrupted and not a single test is displayed in it
Steps to Reproduce
Run a large number of tests with a large number of Allure annotations
Expected behavior
The report in the report portal is generated correctly
Actual behavior
The report has status:interrupted. It's empty
Dependency versions
agent-allure-testng:5.2.1
Additional context
The text was updated successfully, but these errors were encountered: