Skip to content

E2E: Move global hooks to rspec before suite hook

Andrejs Cunskis requested to merge andrey-move-global-hooks into master

What does this MR do and why?

Moves the global setup to rspec before(:suite) hook to decouple logic from custom bin/qa runner script.

This change should eliminate last difference between running a test via bin/qa script and bundle exec rspec command (aside some additional logic for setting rspec tags which is mostly a CI thing).

Closes #430060 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Tiffany Rea

Merge request reports