@Retention(value=RUNTIME)
public @interface TestNameSuffix
Defines a system property to be used as part of the test name.
It may be useful to add information related to the system or the machine
itself, such as the OS.
This will affect, for instance, the names of screenshots taken in case of
test failure.