Skip to content

Detect skipped specs in JUnit reports and set TestCase status

drew stachon requested to merge parse-skipped-specs-from-junit-reports into master

What does this MR do?

This addresses the JUnit test cases that aren't properly reported as skipped in #209099 (closed). The JUnit TestCase parser just doesn't have a check for skipped when we build the test case, so not being an error or failure it default to success.

Screenshots

Before

Screen_Shot_2020-03-26_at_15.42.49

After

Screen_Shot_2020-03-26_at_15.45.39

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
Edited by 🤖 GitLab Bot 🤖

Merge request reports