You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Dmitry-Me
changed the title
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
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
Jan 17, 2022
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.
The text was updated successfully, but these errors were encountered: