Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
Please, add checkbox for retaining full output/error text (like in JUnit).
Without it long logs are truncated like with:
8:18:21 [PASS] Loading indicator not detect
...[truncated 68 chars]...
> that passage appeared in Passage details
Thanks.
OK. This can be made. I can't give you a provisional deadline, but you will be able to get it, sooner or later.
Note to the developer: The related junit code can be found here:
https://github.com/jenkinsci/junit-plugin/blob/master/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config.jelly (keepLongStdio)
https://github.com/jenkinsci/junit-plugin/blob/master/src/main/java/hudson/tasks/junit/TestResult.java
The code that shall be changed resides in
https://github.com/jenkinsci/mstest-plugin/blob/master/src/main/resources/hudson/plugins/mstest/MSTestPublisher/config.jelly
https://github.com/jenkinsci/mstest-plugin/blob/master/src/main/java/hudson/plugins/mstest/MSTestPublisher.java (line 244, as of commit 2e42acb57c2c635049ef0a5b3970332f8319d5f7)