Skip to content

WIP: Reduce rspec log clutter

Zeff Morgan requested to merge zm-reduce-rspec into master

Problem


Current rspec output in job logs is difficult to parse visually.

Proposed Solution


Reduce verbosity of logs going to STDOUT and capture test results in HTML for future publishing.

  • using .rspec configuration
  • simplify STDOUT formatter
  • add html formatter and output to file
  • save html report as artifact

Closes gitlab-org/gitlab-ce#59052

Edited by Zeff Morgan

Merge request reports