Package com.intuit.karate.core
Class Config
java.lang.Object
com.intuit.karate.core.Config
- Author:
- pthomas3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintintintintgetUrl()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAbortSuiteOnFailure(boolean abortSuiteOnFailure) voidsetAfterFeature(Variable afterFeature) voidsetAfterScenario(Variable afterScenario) voidsetAfterScenarioOutline(Variable afterScenarioOutline) voidsetContinueAfterContinueOnStepFailure(boolean continueAfterContinueOnStepFailure) voidsetContinueOnStepFailureMethods(List<Method> continueOnStepFailureMethods) voidsetCookies(Variable cookies) voidsetDriverTarget(Target driverTarget) voidsetHttpRetryEnabled(boolean httpRetryEnabled) voidsetNtlmDomain(String ntlmDomain) voidsetNtlmEnabled(boolean ntlmEnabled) voidsetNtlmPassword(String ntlmPassword) voidsetNtlmUsername(String ntlmUsername) voidsetNtlmWorkstation(String ntlmWorkstation) voidsetRetryCount(int retryCount) voidsetRetryInterval(int retryInterval) voidsetShowAllSteps(boolean showAllSteps) voidsetShowLog(boolean showLog) void
-
Field Details
-
DEFAULT_RETRY_INTERVAL
public static final int DEFAULT_RETRY_INTERVAL- See Also:
-
DEFAULT_RETRY_COUNT
public static final int DEFAULT_RETRY_COUNT- See Also:
-
DEFAULT_TIMEOUT
public static final int DEFAULT_TIMEOUT- See Also:
-
DEFAULT_HIGHLIGHT_DURATION
public static final int DEFAULT_HIGHLIGHT_DURATION- See Also:
-
DRIVER
- See Also:
-
ROBOT
- See Also:
-
KAFKA
- See Also:
-
GRPC
- See Also:
-
WEBSOCKET
- See Also:
-
WEBHOOK
- See Also:
-
-
Constructor Details
-
Config
public Config() -
Config
-
-
Method Details
-
configure
-
setUrl
-
getUrl
-
setCookies
-
isSslEnabled
public boolean isSslEnabled() -
getSslAlgorithm
-
getSslKeyStore
-
getSslKeyStorePassword
-
getSslKeyStoreType
-
getSslTrustStore
-
getSslTrustStorePassword
-
getSslTrustStoreType
-
isSslTrustAll
public boolean isSslTrustAll() -
isFollowRedirects
public boolean isFollowRedirects() -
getReadTimeout
public int getReadTimeout() -
getConnectTimeout
public int getConnectTimeout() -
getCharset
-
getProxyUri
-
getProxyUsername
-
getProxyPassword
-
getNonProxyHosts
-
getLocalAddress
-
getHeaders
-
getCookies
-
getResponseHeaders
-
getResponseDelay
public int getResponseDelay() -
isXmlNamespaceAware
public boolean isXmlNamespaceAware() -
isLowerCaseResponseHeaders
public boolean isLowerCaseResponseHeaders() -
isCorsEnabled
public boolean isCorsEnabled() -
isLogPrettyRequest
public boolean isLogPrettyRequest() -
isLogPrettyResponse
public boolean isLogPrettyResponse() -
isPrintEnabled
public boolean isPrintEnabled() -
isHttpRetryEnabled
public boolean isHttpRetryEnabled() -
getCustomOptions
-
getAfterScenario
-
setAfterScenario
-
getAfterScenarioOutline
-
setAfterScenarioOutline
-
getAfterFeature
-
setAfterFeature
-
isShowLog
public boolean isShowLog() -
setShowLog
public void setShowLog(boolean showLog) -
isShowAllSteps
public boolean isShowAllSteps() -
setShowAllSteps
public void setShowAllSteps(boolean showAllSteps) -
getRetryInterval
public int getRetryInterval() -
setRetryInterval
public void setRetryInterval(int retryInterval) -
getRetryCount
public int getRetryCount() -
setRetryCount
public void setRetryCount(int retryCount) -
isPauseIfNotPerf
public boolean isPauseIfNotPerf() -
isAbortedStepsShouldPass
public boolean isAbortedStepsShouldPass() -
getDriverTarget
-
setDriverTarget
-
getLogModifier
-
getCallSingleCacheDir
-
getCallSingleCacheMinutes
public int getCallSingleCacheMinutes() -
getContinueOnStepFailureMethods
-
setContinueOnStepFailureMethods
-
isContinueAfterContinueOnStepFailure
public boolean isContinueAfterContinueOnStepFailure() -
setContinueAfterContinueOnStepFailure
public void setContinueAfterContinueOnStepFailure(boolean continueAfterContinueOnStepFailure) -
setAbortSuiteOnFailure
public void setAbortSuiteOnFailure(boolean abortSuiteOnFailure) -
isAbortSuiteOnFailure
public boolean isAbortSuiteOnFailure() -
getImageComparisonOptions
-
isMatchEachEmptyAllowed
public boolean isMatchEachEmptyAllowed() -
isNtlmEnabled
public boolean isNtlmEnabled() -
setNtlmEnabled
public void setNtlmEnabled(boolean ntlmEnabled) -
getNtlmUsername
-
setNtlmUsername
-
getNtlmPassword
-
setNtlmPassword
-
getNtlmDomain
-
setNtlmDomain
-
getNtlmWorkstation
-
setNtlmWorkstation
-
setHttpRetryEnabled
public void setHttpRetryEnabled(boolean httpRetryEnabled)
-