Skip to content

Add mapping for Auto DevOps testcases issues and specs

Joanna Shih requested to merge js-map-autodevops-testcases-issues-to-specs into master

What does this MR do?

The Auto DevOps specs use RSpec::Parameterized per our guidelines. This means we can't statically map the testcases issue in the it block as normal. This is an attempt to dynamically map the testcases issue with the spec run.

This is a boring solution as I think it's a little hard to read.

Screenshots (strongly suggested)

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 Joanna Shih

Merge request reports