class Cucumber::Events::TestStepFinished

Signals that a {Cucumber::Core::Test::Step} has finished executing

Attributes

result[R]

@return [Cucumber::Core::Test::Result] the result of running the {Cucumber::Core::Test::Step}

test_step[R]

@return [Cucumber::Core::Test::Step] the test step that was executed