summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/shared_attributes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/scenario/shared_attributes.rb')
-rw-r--r--qa/qa/scenario/shared_attributes.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/qa/qa/scenario/shared_attributes.rb b/qa/qa/scenario/shared_attributes.rb
index e2eaca42277..ddbe28f05d9 100644
--- a/qa/qa/scenario/shared_attributes.rb
+++ b/qa/qa/scenario/shared_attributes.rb
@@ -8,6 +8,9 @@ module QA
attribute :gitlab_address, '--address URL', 'Address of the instance to test'
attribute :enable_feature, '--enable-feature FEATURE_FLAG', 'Enable a feature before running tests'
attribute :disable_feature, '--disable-feature FEATURE_FLAG', 'Disable a feature before running tests'
+ attribute :set_feature_flags, '--set-feature-flags FEATURE_FLAGS',
+ 'Set one or more feature flags before running tests. ' \
+ 'Specify FEATURE_FLAGS as comma-separated flag=state pairs, e.g., "flag1=enabled,flag2=disabled"'
attribute :parallel, '--parallel', 'Execute tests in parallel'
attribute :loop, '--loop', 'Execute test repeatedly'
end