
com.katalon.platform.api.model.TestSuiteEntity Maven / Gradle / Ivy
package com.katalon.platform.api.model;
public interface TestSuiteEntity extends HasIntegration, Entity {
String getParentFolderId();
String getDescription();
boolean getIsRerun();
int numberOfRerun();
String getMailRecepient();
boolean isPageLoadTimeoutDefault();
boolean rerunFailedTestCasesOnly();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy