Wojciech created SUREFIRE-1978:
----------------------------------
Summary: logging testcases to separate logs
Key: SUREFIRE-1978
URL: https://issues.apache.org/jira/browse/SUREFIRE-1978
Project: Maven Surefire
Issue Type: New Feature
Reporter: Wojciech
At this moment logs from testcases are in the file named after testsuite f.e:
{code:java}
target/surefire-reports/org.apache.hadoop.hdfs.server..diskbalancer.command.TestDiskBalancerCommand-output.txt{code}
It is no way to determine which log there is from which testcase. It would be
useful to have separate log for separate testcase f.e:
{code:java}
target/surefire-reports/org.apache.hadoop.hdfs.server..diskbalancer.command.TestDiskBalancerCommand_testCancelCommand-output.txt{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)