Process different RSpec output formats
Opened this issue · 0 comments
mateusdeap commented
RSpec can output things as json, text and even xml. It would be useful to be able to process these other formats.
In my experience, sometimes people use xml quite a lot, and since that is also a structured format, maybe we could start there and leve the documentation format or other text formats for later