| Package | Description |
|---|---|
| com.intuit.karate | |
| com.intuit.karate.cli | |
| com.intuit.karate.core | |
| com.intuit.karate.cucumber | |
| com.intuit.karate.debug |
| Modifier and Type | Method and Description |
|---|---|
static Results |
Runner.parallel(Class<?> clazz,
int threadCount) |
static Results |
Runner.parallel(Class<?> clazz,
int threadCount,
String reportDir) |
Results |
Runner.Builder.parallel(int threadCount) |
static Results |
Runner.parallel(int threadCount,
String... tagsOrPaths) |
static Results |
Runner.parallel(List<Resource> resources,
int threadCount,
String reportDir) |
static Results |
Runner.parallel(List<String> tags,
List<String> paths,
int threadCount,
String reportDir) |
static Results |
Runner.parallel(List<String> tags,
List<String> paths,
String scenarioName,
List<ExecutionHook> hooks,
int threadCount,
String reportDir) |
static Results |
Runner.parallel(Runner.Builder options) |
static Results |
Runner.parallel(String reportDir,
int threadCount,
String... tagsOrPaths) |
Results |
Runner.Builder.startServerAndWait(JobConfig config) |
static Results |
Results.startTimer(int threadCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
CliExecutionHook.afterAll(Results results) |
void |
CliExecutionHook.beforeAll(Results results) |
| Modifier and Type | Field and Description |
|---|---|
Results |
ExecutionContext.results |
| Modifier and Type | Method and Description |
|---|---|
Results |
FeatureResult.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionHook.afterAll(Results results) |
void |
ExecutionHook.beforeAll(Results results) |
static File |
Engine.saveStatsJson(String targetDir,
Results results) |
static File |
HtmlReport.saveTimeline(String targetDir,
Results results,
String fileName) |
| Constructor and Description |
|---|
ExecutionContext(Results results,
long startTime,
FeatureContext featureContext,
CallContext callContext,
String reportDirString,
java.util.function.Consumer<Runnable> system,
ExecutorService scenarioExecutor) |
ExecutionContext(Results results,
long startTime,
FeatureContext featureContext,
CallContext callContext,
String reportDirString,
java.util.function.Consumer<Runnable> system,
ExecutorService scenarioExecutor,
ClassLoader classLoader) |
FeatureResult(Results results,
Feature feature) |
| Constructor and Description |
|---|
KarateStats(Results from)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DebugThread.afterAll(Results results) |
void |
DebugThread.beforeAll(Results results) |
Copyright © 2020. All rights reserved.