Skip to content
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

Long links spill out of the visible frame #1716

Closed
bady2bro opened this issue Jun 20, 2019 · 1 comment
Closed

Long links spill out of the visible frame #1716

bady2bro opened this issue Jun 20, 2019 · 1 comment

Comments

@bady2bro
Copy link

If we have a very long continuous string of characters in the report, like a request url that failed, it will spill out of the visible frame.
Depending on the length, the person analyzing the report will have to scroll horizontally to scan the entire string but will never have access to the whole/overview in the serenity report.
As an example think of the following type of error message:
"1) Request with bad responses were found on page: Page One
Bad request:
NetworkEvent:
Request: http://site.under.test:xxxx/query?param1=1324654983655&param2=sql%2Fexample%2Fone&param3=value4&param4=value4&param5=value5&param6=value%2F0%2F6&.....&paramN=valueN
Response: 500 Server Error"
in which the request is displayed on a single line, even if it doesn't fit in the visible frame of the report

@wakaleo
Copy link
Member

wakaleo commented Jun 20, 2019

Happy to consider a PR to fix the presentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants