Skip to content

Run workhorse in feature specs

What does this MR do?

Currently we go rspec -> capybara -> puma -> rails application code

We want to go rspec -> capybara -> workhorse -> puma -> rails application code

This will allow us to test various things that rely on workhorse better than we can at present. It will also mean that gitlab-rails pipelines will fail if the contents of GITLAB_WORKHORSE_VERSION aren't a valid Workhorse reference.

Screenshots

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

Closes #199431 (closed)

Edited by Nick Thomas

Merge request reports