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
Hi, I had been using Spectral CLI for linting and been looking to switch to Redocly's linting solution. At my workplace we have a CI Job which lints our OpenAPI specs, stores the test results and report them to CircleCI if any issues are recognized.
Now the issue is that CircleCI only supports uploading test results in Junit XML format which sadly Redocly does not support, hence I am writing this issue.
Adding a new option for the --format and writing a backend for it would be the expected solution. I can't comment on specifics.
An alternative I've been looking into is to convert from checkstyle to junit on the fly from within my CI Job before uploading the test results.
The text was updated successfully, but these errors were encountered:
Hi, I had been using Spectral CLI for linting and been looking to switch to Redocly's linting solution. At my workplace we have a CI Job which lints our OpenAPI specs, stores the test results and report them to CircleCI if any issues are recognized.
Now the issue is that CircleCI only supports uploading test results in Junit XML format which sadly Redocly does not support, hence I am writing this issue.
Adding a new option for the
--format
and writing a backend for it would be the expected solution. I can't comment on specifics.An alternative I've been looking into is to convert from
checkstyle
tojunit
on the fly from within my CI Job before uploading the test results.The text was updated successfully, but these errors were encountered: