Class: Cucumber::Events::TestRunStarted
- 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
-
#test_cases ⇒ Array<Cucumber::Core::Test::Case>
readonly
The test cases to be executed.
Instance Attribute Details
#test_cases ⇒ Array<Cucumber::Core::Test::Case> (readonly)
Returns the test cases to be executed.
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 |