Unit test results display
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.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
Support Staff 1 Posted by Feodor Fitsner on 11 Sep, 2015 06:39 PM
Where is the place it should be changed?
2 Posted by thomas.clegg on 11 Sep, 2015 06:53 PM
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.
Support Staff 3 Posted by Feodor Fitsner on 11 Sep, 2015 11:32 PM
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.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:00 AM.