Package com.intuit.karate
Class Runner.Builder<T extends Runner.Builder>
java.lang.Object
com.intuit.karate.Runner.Builder<T>
- Enclosing class:
- Runner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupReportDir(boolean value) callOnceCache(Map<String, ScenarioCall.Result> value) callSingleCache(Map<String, Object> value) classLoader(ClassLoader value) clientFactory(HttpClientFactory clientFactory) copy()customDrivers(Map<String, DriverRunner> customDrivers) debugMode(boolean value) dryRun(boolean value) failWhenNoScenariosFound(boolean value) features(Collection<Feature> value) hook(RuntimeHook hook) hookFactory(RuntimeHookFactory hookFactory) hooks(Collection<RuntimeHook> hooks) outputCucumberJson(boolean value) outputHtmlReport(boolean value) outputJunitXml(boolean value) parallel(int threadCount) relativeTo(Class clazz) scenarioName(String name) suiteReports(SuiteReports value) systemProperty(String key, String value) threads(int value) timeoutMinutes(int timeoutMinutes) toString()workingDir(File value)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
-
resolveAll
-
forTempUse
-
configDir
-
karateEnv
-
systemProperty
-
workingDir
-
buildDir
-
classLoader
-
relativeTo
-
path
-
path
-
tags
-
tags
-
features
-
features
-
reportDir
-
scenarioName
-
timeoutMinutes
-
hook
-
hooks
-
hookFactory
-
clientFactory
-
threads
-
outputHtmlReport
-
backupReportDir
-
outputCucumberJson
-
outputJunitXml
-
dryRun
-
debugMode
-
failWhenNoScenariosFound
-
callSingleCache
-
callOnceCache
-
suiteReports
-
customDrivers
-
parallel
-
toString
-