Before do
# Actions before each step execution
end
After do
# Actions after each scenario execution
end
at_exit do
# Actions after all scenarios execution (the end of entire execution)
end
Before do
# Actions before each step execution
end
After do
# Actions after each scenario execution
end
at_exit do
# Actions after all scenarios execution (the end of entire execution)
end