Skip to content

Draft: Format test report time to seconds

Scott Hampton requested to merge 213101-junit-report-duration-times into master

What does this MR do?

Related to #213101 (closed)

This is one solution for fixing an issue when our test report duration time is less than a second and it shows 00:00:00.

In this solution, we simply display the time in the seconds format that the backend sends to the frontend.

Screenshots

Before After
Screen_Shot_2020-08-17_at_1.21.39_PM Screen_Shot_2020-08-17_at_1.13.17_PM
Screen_Shot_2020-08-17_at_1.21.56_PM Screen_Shot_2020-08-17_at_1.13.26_PM
Screen_Shot_2020-08-17_at_1.21.48_PM Screen_Shot_2020-08-17_at_1.13.38_PM

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