Skip to content

Draft: feat: Show CI test reports

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

Description

Reads the test report from the latest pipeline and presents the results using VSCode's testing API/UI.

Related Issues

Updates #468. This is an MVC. Future work could include:

  • Read the entire CI job log and attach it to the test run, such that clicking on the run ("Test run at 9/13/2024 ..." in the screenshot) shows the full CI log.
  • Load the last N jobs instead of just the most current one.
  • Load CI jobs for the current branch.

How has this been tested?

I loaded a copy of gitlab-vscode-extension which is how I got the screenshots below.

Screenshots (if appropriate)

Screenshot_20240913_181345 Screenshot_20240913_181431

What CHANGELOG entry will this MR create?

  • fix: Bug fix fixes - a user-facing issue in production - included in changelog
  • feature: New feature - a user-facing change which adds functionality - included in changelog
  • BREAKING CHANGE: (fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog
  • None - other non-user-facing changes
Edited by Ethan Reesor

Merge request reports

Loading