Add button to enable/disable word wrap in test output window
The test output window currently wraps text which can make it difficult to read stack traces. An option to disable word wrap would be helpful, especially if it could be toggled via a button on the window itself.
8
votes

-
GreenMoose commented
I would like to chip in that this is also useful for normal log output. For instance I have diferent indent for app and test log output (and most often it is the test output I am interested in), the default word wrapping makes the log output windoe unnecessary cluttered to find my test log lines. See example at https://i.imgur.com/KbjSkr1.png