Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative CLI output formats #263

Open
bnichell opened this issue Mar 5, 2024 · 0 comments
Open

Alternative CLI output formats #263

bnichell opened this issue Mar 5, 2024 · 0 comments

Comments

@bnichell
Copy link

bnichell commented Mar 5, 2024

Currently the output format is human readable.
For automation purposes, I propose to introduce further output formats, which then could be e.g. used in CI pipelines.
abaplint provides several formats for this purpose.
Interesting for my use case, would be the checkstyle and/or junit format.
The junit format is documented here.

For both mentioned formats it is important to ensure that no characters are in the messages that are incompatible to the XML format (replace < with &lt; and > with &gt;) 1.

Footnotes

  1. Relevant abaplint correction to replace unsupported characters: https://github.com/abaplint/abaplint/pull/3251/commits/63d08dd6cadf30ab8b4859e7867cabdc63803bfe#diff-1efa14c10eed3c319bc557ee12afdb8e920ad0aca9465520b3240b5032a89780.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants