Uses of Class
com.intuit.karate.core.ScenarioRuntime
-
-
Uses of ScenarioRuntime in com.intuit.karate
Methods in com.intuit.karate with parameters of type ScenarioRuntime Modifier and Type Method Description default voidRuntimeHook. afterHttpCall(HttpRequest request, Response response, ScenarioRuntime sr)default voidRuntimeHook. afterScenario(ScenarioRuntime sr)default voidRuntimeHook. afterStep(StepResult result, ScenarioRuntime sr)default voidRuntimeHook. beforeHttpCall(HttpRequest request, ScenarioRuntime sr)default booleanRuntimeHook. beforeScenario(ScenarioRuntime sr)default booleanRuntimeHook. beforeStep(Step step, ScenarioRuntime sr)StringPerfHook. getPerfEventName(HttpRequest request, ScenarioRuntime sr) -
Uses of ScenarioRuntime in com.intuit.karate.cli
Methods in com.intuit.karate.cli with parameters of type ScenarioRuntime Modifier and Type Method Description voidIntellijHook. afterScenario(ScenarioRuntime sr)booleanIntellijHook. beforeScenario(ScenarioRuntime sr) -
Uses of ScenarioRuntime in com.intuit.karate.core
Fields in com.intuit.karate.core declared as ScenarioRuntime Modifier and Type Field Description ScenarioRuntimeScenarioCall. parentRuntimeScenarioRuntimeScenarioEngine. runtimeFields in com.intuit.karate.core with type parameters of type ScenarioRuntime Modifier and Type Field Description Iterator<ScenarioRuntime>FeatureRuntime. scenariosMethods in com.intuit.karate.core that return ScenarioRuntime Modifier and Type Method Description ScenarioRuntimeScenarioIterator. first()default ScenarioRuntimePlugin. getRuntime()Methods in com.intuit.karate.core that return types with arguments of type ScenarioRuntime Modifier and Type Method Description java.util.stream.Stream<ScenarioRuntime>ScenarioIterator. filterSelected()Spliterator<ScenarioRuntime>ScenarioIterator. trySplit()Methods in com.intuit.karate.core with parameters of type ScenarioRuntime Modifier and Type Method Description PluginPluginFactory. create(ScenarioRuntime runtime, Map<String,Object> options)Method parameters in com.intuit.karate.core with type arguments of type ScenarioRuntime Modifier and Type Method Description booleanScenarioIterator. tryAdvance(java.util.function.Consumer<? super ScenarioRuntime> action)Constructors in com.intuit.karate.core with parameters of type ScenarioRuntime Constructor Description ScenarioCall(ScenarioRuntime parentRuntime, FeatureCall featureCall, Variable arg)ScenarioEngine(Config config, ScenarioRuntime runtime, Map<String,Variable> vars, Logger logger) -
Uses of ScenarioRuntime in com.intuit.karate.debug
Fields in com.intuit.karate.debug with type parameters of type ScenarioRuntime Modifier and Type Field Description protected Map<Long,ScenarioRuntime>DapServerHandler. FRAMESMethods in com.intuit.karate.debug with parameters of type ScenarioRuntime Modifier and Type Method Description voidDebugThread. afterScenario(ScenarioRuntime context)voidDebugThread. afterStep(StepResult result, ScenarioRuntime context)booleanDebugThread. beforeScenario(ScenarioRuntime context)booleanDebugThread. beforeStep(Step step, ScenarioRuntime context)protected voidDapServerHandler. evaluatePreStep(ScenarioRuntime context)protected booleanDapServerHandler. isBreakpoint(Step step, int line, ScenarioRuntime context)booleanSourceBreakpoints. isBreakpoint(int line, ScenarioRuntime context)Constructors in com.intuit.karate.debug with parameters of type ScenarioRuntime Constructor Description StackFrame(long frameId, ScenarioRuntime context) -
Uses of ScenarioRuntime in com.intuit.karate.driver
Methods in com.intuit.karate.driver with parameters of type ScenarioRuntime Modifier and Type Method Description Map<String,Object>DockerTarget. start(ScenarioRuntime sr)static DriverDriverOptions. start(Map<String,Object> options, ScenarioRuntime sr)DDriverRunner. start(Map<String,Object> options, ScenarioRuntime sr)Map<String,Object>Target. start(ScenarioRuntime sr)Map<String,Object>DockerTarget. stop(ScenarioRuntime sr)Map<String,Object>Target. stop(ScenarioRuntime sr)Constructors in com.intuit.karate.driver with parameters of type ScenarioRuntime Constructor Description DriverOptions(Map<String,Object> options, ScenarioRuntime sr, int defaultPort, String defaultExecutable) -
Uses of ScenarioRuntime in com.intuit.karate.driver.appium
Methods in com.intuit.karate.driver.appium with parameters of type ScenarioRuntime Modifier and Type Method Description static AndroidDriverAndroidDriver. start(Map<String,Object> map, ScenarioRuntime sr)static IosDriverIosDriver. start(Map<String,Object> map, ScenarioRuntime sr)Constructors in com.intuit.karate.driver.appium with parameters of type ScenarioRuntime Constructor Description MobileDriverOptions(Map<String,Object> options, ScenarioRuntime sr, int defaultPort, String defaultExecutable) -
Uses of ScenarioRuntime in com.intuit.karate.driver.chrome
Methods in com.intuit.karate.driver.chrome with parameters of type ScenarioRuntime Modifier and Type Method Description static ChromeChrome. start(Map<String,Object> map, ScenarioRuntime sr)static ChromeWebDriverChromeWebDriver. start(Map<String,Object> map, ScenarioRuntime sr) -
Uses of ScenarioRuntime in com.intuit.karate.driver.firefox
Methods in com.intuit.karate.driver.firefox with parameters of type ScenarioRuntime Modifier and Type Method Description static GeckoWebDriverGeckoWebDriver. start(Map<String,Object> map, ScenarioRuntime sr) -
Uses of ScenarioRuntime in com.intuit.karate.driver.microsoft
Methods in com.intuit.karate.driver.microsoft with parameters of type ScenarioRuntime Modifier and Type Method Description static EdgeChromiumEdgeChromium. start(Map<String,Object> map, ScenarioRuntime sr)static IeWebDriverIeWebDriver. start(Map<String,Object> map, ScenarioRuntime sr)static MsEdgeDriverMsEdgeDriver. start(Map<String,Object> map, ScenarioRuntime sr)static MsWebDriverMsWebDriver. start(Map<String,Object> map, ScenarioRuntime sr)static WinAppDriverWinAppDriver. start(Map<String,Object> map, ScenarioRuntime sr) -
Uses of ScenarioRuntime in com.intuit.karate.driver.playwright
Methods in com.intuit.karate.driver.playwright with parameters of type ScenarioRuntime Modifier and Type Method Description static PlaywrightDriverPlaywrightDriver. start(Map<String,Object> map, ScenarioRuntime sr) -
Uses of ScenarioRuntime in com.intuit.karate.driver.safari
Methods in com.intuit.karate.driver.safari with parameters of type ScenarioRuntime Modifier and Type Method Description static SafariWebDriverSafariWebDriver. start(Map<String,Object> map, ScenarioRuntime sr) -
Uses of ScenarioRuntime in com.intuit.karate.job
Methods in com.intuit.karate.job that return ScenarioRuntime Modifier and Type Method Description ScenarioRuntimeMavenJobConfig. handleUpload(JobChunk<ScenarioRuntime> chunk, File upload)Method parameters in com.intuit.karate.job with type arguments of type ScenarioRuntime Modifier and Type Method Description List<JobCommand>MavenJobConfig. getMainCommands(JobChunk<ScenarioRuntime> chunk)List<JobCommand>MavenChromeJobConfig. getPostCommands(JobChunk<ScenarioRuntime> jc)List<JobCommand>MavenChromeJobConfig. getPreCommands(JobChunk<ScenarioRuntime> jc)ScenarioRuntimeMavenJobConfig. handleUpload(JobChunk<ScenarioRuntime> chunk, File upload)
-