- I am trying to use Ansible molecule for integration testing. I am running certain checks/test using molecule and it generates html reports. My usecase is to generate report in parsable format (
json
oryaml
), so I can parse success and failure and publish as custom metrics to my OTEL solution. So my question is how to generate Moleculre report injson
oryaml
format?