Skip to content

Use project runner factory in terraform_module_registry_spec

Joy Roodnick requested to merge 461484-use-runner-factory into master

What does this MR do and why?

Updated all e2e specs to use Group and Project runner factories in !153026 (merged) except for qa/specs/features/browser_ui/5_package/infrastructure_registry/terraform_module_registry_spec.rb due to failures. See !153026 (comment 1926413383).

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Set environment variables as per your local setup. Example:

WEBDRIVER_HEADLESS=false QA_GITLAB_URL=http://gdk.test:3000 bundle exec rspec qa/specs/features/browser_ui/5_package/infrastructure_registry/terraform_module_registry_spec.rb

Related to #461484

Merge request reports