net.serenitybdd.markers.DisableScreenshots Maven / Gradle / Ivy
package net.serenitybdd.markers;
/**
* Marks a task that should not generate any screenshots (such as a REST call or backend action) even if the test overall is a UI test
*/
public interface DisableScreenshots {}