Skip to content

Add mocked data to VSD feature tests

Alex Pennells requested to merge 439817-mock-data into master

What does this MR do and why?

Expands the existing feature tests for the Value Stream Dashboard to include real data, instead of the empty content that was being used before.

This includes all 3 panels/visualizations on the dashboard:

  • usage_overview
  • dora_chart
  • dora_performers_score

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

bin/rspec ee/spec/features/groups/analytics/visualizations_spec.rb ee/spec/features/projects/analytics/dashboards_spec.rb

Related to #439817 (closed)

Merge request reports