ReSharper Error: "The output has reached the limit and was truncated. To view the full output use 'Show Stack Trace in a new window' action."

Unit TestingNunitResharperResharper 2016

Unit Testing Problem Overview


When running unit tests in ReSharper, if the output is too long, it gives this error:

The output has reached the limit and was truncated.
To view the full output use 'Show Stack Trace in a new window' action.

Update

ReSharper fixed this issue in 2016.2, see answer from @Alexander Pacha.

Unit Testing Solutions


Solution 1 - Unit Testing

It took a few minutes of hunting. Click on the icon in the task bar:

enter image description here

Solution 2 - Unit Testing

Due to the reactions from this post, JetBrains fixed this 'feature' and now allows the user to configure this in the ReSharper settings: Tools > Unit Testing > Unit Test Output > Limit number of lines in output to xxx. This fix has been made available in ReSharper 2016.2.

How to configure ReSharper to not limit the number of lines in the output to 200 but a greater number

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionContangoView Question on Stackoverflow
Solution 1 - Unit TestingContangoView Answer on Stackoverflow
Solution 2 - Unit TestingAlexander PachaView Answer on Stackoverflow