allure-framework / allure-maven

Maven plugin generating Allure report from test results
Apache License 2.0
94 stars 55 forks source link

Would be nice to have command line used by AllureCommandline.execute() being output into debug log when -X is passed to Maven on command line #222

Open Dmitry-Me opened 2 years ago

Dmitry-Me commented 2 years ago

Is your feature request related to a problem? Please describe. I have some "impossible" barely reproducible issue such that after a testset completes it cannot produce a report, I see [ERROR] Can't generate allure report data org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) in the output. This is with -X option passed to Maven, so I'd be happy to see which command line exactly was run so that I could maybe identify the problem. However the command line is not being output even with -X specified.

Describe the solution you'd like Would be nice to see the command line which is used for report generation being output as [DEBUG] category output when -X is passed to maven.