We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900bbaa commit 25efb72Copy full SHA for 25efb72
rb/lib/selenium/webdriver/support/guards.rb
@@ -39,6 +39,7 @@ def initialize(example, bug_tracker: '', conditions: nil)
39
40
def add_condition(name, condition = nil, &block)
41
@guard_conditions << GuardCondition.new(name, condition, &block)
42
+ WebDriver.logger.info "Running with Guard '#{name}' set to: #{!!condition}"
43
end
44
45
def add_message(name, message)
0 commit comments