feat(core): add insights output (#575)

This commit is contained in:
Simon Lecoq
2021-10-22 12:51:50 -04:00
committed by GitHub
parent 1e71235b48
commit b5a7925315
8 changed files with 120 additions and 41 deletions

View File

@@ -197,13 +197,14 @@ inputs:
type: string
default: auto
values:
- auto # Defaults to template default
- auto # Defaults to template default
- svg
- png # Does not support animations
- jpeg # Does not support animations and transparency
- json # Outputs a JSON file instead of an image
- markdown # Outputs a Markdown file instead of an image
- markdown-pdf # Outputs a Markdown file as PDF instead of an image
- png # Does not support animations
- jpeg # Does not support animations and transparency
- json # Outputs a JSON file instead of an image
- markdown # Outputs a Markdown file instead of an image
- markdown-pdf # Outputs a Markdown file as PDF instead of an image
- insights # Outputs a rendered HTML file of Metrics Insights
# Number of retries in case rendering fail
retries: