Skip to content

QA: allow rspec files/options to be handled more consistently

Brett Walker requested to merge bw-qa-rspec-options into master

Allow RSpec files and options to be handled more consistently in QA specs. This allows tests like this

bin/qa QA::EE::Scenario::Test::Geo --without-setup --primary-address http://localhost:5100 --secondary-address http://localhost:5200 --primary-name primary --secondary-name secondary qa/specs/features/ee/api/geo_nodes_spec.rb

where you can target a specific spec file to be run, particularly in development.

Edited by Brett Walker

Merge request reports