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

com.applitools.eyes.FailureReports Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package com.applitools.eyes;

/**
 * Determines how detected failures are reported.
 */
public enum FailureReports {
    /**
     * Failures are reported immediately when they are detected.
     */
    IMMEDIATE,

    /**
     * Failures are reported when tests are completed
     */
    ON_CLOSE,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy