Enum ThucydidesSystemProperty

java.lang.Object
java.lang.Enum<ThucydidesSystemProperty>
net.thucydides.model.ThucydidesSystemProperty
All Implemented Interfaces:
Serializable, Comparable<ThucydidesSystemProperty>, java.lang.constant.Constable

public enum ThucydidesSystemProperty extends Enum<ThucydidesSystemProperty>
Properties that can be passed to a web driver test to customize its behaviour. The properties can be passed as system properties or placed in the 'thucydides.properties' file using a lower-case, period-separated format. For example, WEBDRIVER_DRIVER is passed as -Dwebdriver.driver=firefox
Author:
johnsmart