Class: Cucumber::Events::TestRunStarted

Inherits:
Object
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/test_run_started.rb

Overview

Event fired once all test cases have been filtered before the first one is executed.

Instance Attribute Summary collapse

Instance Attribute Details

#test_casesArray<Cucumber::Core::Test::Case> (readonly)

Returns the test cases to be executed.

Returns:



11
12
13
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/test_run_started.rb', line 11

def test_cases
  @test_cases
end