Skip to content

chore: increase parallel verbosity to allow line wrapping#1687

Open
iamrgroot wants to merge 1 commit into
pestphp:4.xfrom
iamrgroot:chore/increase-verbosity-in-parallel-result-printer
Open

chore: increase parallel verbosity to allow line wrapping#1687
iamrgroot wants to merge 1 commit into
pestphp:4.xfrom
iamrgroot:chore/increase-verbosity-in-parallel-result-printer

Conversation

@iamrgroot
Copy link
Copy Markdown

What:

  • Bug Fix
  • New Feature

Description:

The parallel runner always uses the ResultPrinter to print any errors. This uses the CompactPrinter in turn. This results in test names and provider names being cut of when your terminal is not big enough. This is an issue when you run tests in parallel (especially in CI), as you cannot see what test or data provider is failing.

As far as I can see, there is no flag available to change this behavior. If there is, please let me know! I think increasing the default verbosity in the usage of the CompactPrinter used in the ResultPrinter is a decent default when there is no flag available. The only actual change I can see is that the test name is not being cut off, but wrapped to the next line.

If you want me to change this differently, please let me now how!

Related:

#828
#792

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant