All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.thucydides.core.model.TakeScreenshots Maven / Gradle / Ivy

package net.thucydides.core.model;

public enum TakeScreenshots {
    FOR_EACH_ACTION,
    BEFORE_AND_AFTER_EACH_STEP,
    AFTER_EACH_STEP,
    FOR_FAILURES,
    DISABLED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy