Skip to content

Add modal to test summary widget

Miranda Fluharty requested to merge 358187-test-summary-widget-modal into master

What does this MR do and why?

Related to #358187 (closed)

This MR implements the test details modal in the new test report MR widget using the MR report widget framework.

Screenshots or screen recordings

Screen_Recording_2022-04-08_at_16.38.42

How to set up and validate locally

  1. git checkout 358187-test-summary-widget-modal
  2. echo "Feature.enable(:refactor_mr_widget_test_summary)" | rails c
  3. set up unit test reports for a project OR clone this test project
  4. open a merge request in the project that changes the results of some tests relative to the target/main branch
  5. run pipelines for the merge request's branch and the target/main branch to generate test report artifacts
  6. navigate to the merge request, expand the test summary widget, and click on a test case to open the modal

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Miranda Fluharty

Merge request reports