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
Improve the output of the dab validate command instead of console logs.
For example, if you have three configurations, the final output should include a summary:
dab-config.json is Valid
dab-config-2.json is Valid
dab-config-3.json is Valid
This issue would entail returning an output to improve the dab validate -o command to include a formatter which would define the output - JUnit XML file format which is conformant with CI/CD pipelines just like Unit Tests output structured reports.
The text was updated successfully, but these errors were encountered:
Improve the output of the
dab validate
command instead of console logs.For example, if you have three configurations, the final output should include a summary:
dab-config.json is Valid
dab-config-2.json is Valid
dab-config-3.json is Valid
This issue would entail returning an output to improve the
dab validate -o
command to include a formatter which would define the output - JUnit XML file format which is conformant with CI/CD pipelines just like Unit Tests output structured reports.The text was updated successfully, but these errors were encountered: