Package com.thoughtworks.gauge
Annotation Type BeforeSuite
Methods annotated with this hook, execute before the entire suite (all specs) execution completes.
If there is more than one method annotated with @BeforeSuite, they are executed in alphabetical order based on method names.