Annotation Type BeforeSuite


@Target(METHOD) @Retention(RUNTIME) public @interface 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.