Skip to content

Unify test suite total_count

Max Orefice requested to merge mo-unify-test-suite-total-count into master

What does this MR do?

This MR attempts to fix a bug in our jest job.

It unify the way we calculate our total_count.

Instead of looping through each test case in a given junit report we use the same logic in our index page and sum all the number of tests:

  • success
  • skipped
  • failed
  • error

Screenshots

Index page Show page
Pipeline___GitLab.org___GitLab___GitLab_2020-07-28_12-01-44 Pipeline___GitLab.org___GitLab___GitLab_2020-07-28_12-01-31

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Merge request reports