r-lib / testthat

An R 📦 to make testing 😀
https://testthat.r-lib.org
Other
891 stars 317 forks source link

Html or Markdown reporter? #1364

Open vspinu opened 3 years ago

vspinu commented 3 years ago

Would be nice to have a way to output tests results into a HTML or markdown. In my case this is needed for a manual approval process in a CI/CD pipeline. I want to be able to generate a static s3 site with with output of tests and checks for each build.

hadley commented 3 years ago

Somewhat related to #1269 in the sense that you'd want to reuse the markdown generation code.