View deleted console output

后端 未结 1 2023
遇见更好的自我
遇见更好的自我 2021-01-13 12:02

I am running multiple Junit tests, running a test results in the console being cleared and populated with the log of the current test. Where will the log file containing the

相关标签:
1条回答
  • 2021-01-13 12:50

    Try the following:

    • Open your Run configuration
    • Select the tab Common
    • In the Standard Input and Output group activate File and set a file
    • Select the Append Checkbox
    • Run your configuration

    That way everything which is printed to the console will also be printed into that file.

    0 讨论(0)
提交回复
热议问题