Unit test results display

thomas.clegg's Avatar

thomas.clegg

11 Sep, 2015 04:43 PM

Super minor, but when the unit tests results are displayed, instead of just

<span>.</span>
if you changed it to
<span>.</span><wbr />
it would allow the string of text to word wrap.
  1. Support Staff 1 Posted by Feodor Fitsner on 11 Sep, 2015 06:39 PM

    Feodor Fitsner's Avatar

    Where is the place it should be changed?

  2. 2 Posted by thomas.clegg on 11 Sep, 2015 06:53 PM

    thomas.clegg's Avatar

    Not sure exactly where it would be, but in the build step of running unit tests it prints . for passed tested and N for ignored test. If the wbr tag can be added it will wrap and not display the results off screen.

  3. Support Staff 3 Posted by Feodor Fitsner on 11 Sep, 2015 11:32 PM

    Feodor Fitsner's Avatar

    Ah, I see. It's build log. It's kind of stream of symbols coming from external processes running on build worker. It could be hard or even impossible to detect those dots.

  4. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:00 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac