useblocks / sphinx-test-reports

Documents test-results inside Sphinx
https://sphinx-test-reports.readthedocs.io/en/latest/
MIT License
28 stars 21 forks source link

Allow for multiple & wildcard files on `:file:` arg for cypress reports #64

Open mjsir911 opened 1 year ago

mjsir911 commented 1 year ago

Hello,

We have the need to include javascript cypress coverage reports in our sphinx documentation. Unfortunately, cypress outputs multiple junit xml report files, one per test-file.

This is really awkward to get working with sphinx-test-reports. Would it make sense to modify the directive's :file: argument to accept 1+ files & bundle them together?

Thanks,