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

Line wrapping on the Test Results panel #13442

Open
1 task done
ThinGlass opened this issue Feb 6, 2025 · 1 comment
Open
1 task done

Line wrapping on the Test Results panel #13442

ThinGlass opened this issue Feb 6, 2025 · 1 comment

Comments

@ThinGlass
Copy link

Is there an existing request for this feature?

  • I have searched the existing issues for this feature request and I know that duplicates will be closed

Is your feature request related to a problem?

This request is related with tests results that output long assertions like a schema validation.
At this time, the output is on a single line that can be difficult to follow (see image below).

Image

Describe the solution you'd like

Format the test result so it displays each error on a different line.
Example:
AssertionError: expected data to satisfy schema but found following errors:

  • data.timestamp_end should be >= 9466776000000
  • data.distance should be >= 0
  • data.distance should be <= 10000

Describe alternatives you've considered

For now, I am pasting the line on a text editor and replacing the comma that separates the errors with a new line.

Additional context

No response

@rmiyahara144
Copy link

Hi @ThinGlass thanks for bringing this issue up! I'm going to take a look at this.

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

3 participants