Skip to content

Add `--report-in-issues` to use issues to track tests

Mark Lapierre requested to merge ml-add-report-test-results-in-issues into master

Allows test results in JUnit XML files to be used to create/update GitLab issues to report the status of tests.

Part of https://gitlab.com/gitlab-org/quality/team-tasks/issues/387

TODO:

  • Use the appropriate environment label
  • Replace the hardcoded failing job URL with the appropriate real one
  • Add an option to specify the project
  • Error handling
  • Unit tests
  • Clean up and refactor
  • Test in a nightly pipeline
Edited by Mark Lapierre

Merge request reports