Skip to content

Add focus integration spec command

What does this MR do?

I regularly run focused integration specs. This MR makes that easier by allowing users of the analyzer-integration-spec script to pass arguments to the rspec command. One use of this could be setting an alias locally to run only focused tests:

alias analyzer-focus-integration-rspec='analyzer-integration-rspec "--tag focus"'
Edited by Craig Smith

Merge request reports