Hello, I had a couple of feature requests.
(1) Some kind of "before" and "after" mechanism for a scenario file, e.g. something like the "Background" feature in Cucumber. (2) Ability to use a table example for #1. The use case I have is that I want to run a set of scenarios using a table of users that should be logged into the site when the scenarios run. I want to avoid logging in and out in after each individual scenario.
