Annotation Interface RunName


@Retention(RUNTIME) @Target(FIELD) public @interface RunName
Fill this field with the name of the Test Run. Can be used for making resource names unique to this run. The Test Run will be unique across all Local and Automated runs that are in the system at that point. Will only populate public String fields.