ModusCreateOrg / gimbal

Web Performance Auditing tooling
https://labs.moduscreate.com/gimbal-web-performance-audit-budgeting
MIT License
115 stars 8 forks source link

feat(output): Add ability to only show failures in output and vcs comment #141

Closed mitchellsimoens closed 5 years ago

mitchellsimoens commented 5 years ago

This adds ability to only show failures in a fine-grained way. You can tell all outputs (cli, html, json, markdown) if you want to show failures individually (so cli can only show failures but the others can show all). Example:

outputs:
  cli:
    onlyFailures: true
  html: artifacts/gimbal.html
  json: artifacts/gimbal.json
  markdown:
    onlyFailures: true
    path: artifacts/gimbal.md

Also allows the VCS comment to handle only showing failures. Example:

configs:
  comment:
    onlyFailures: true