What's the order in which sections are executed?
ihulub
Romania
In the documentation I found that the sections are executed in the following order:
setup -> register_step* -> login_step* -> step* -> extra_step*
However, looking over some scripts, I found that some have delete_step*. Is delete_step executed after extra_step*? Are there any other sections that I should know about?
Comments