| Package | Description |
|---|---|
| com.intuit.karate | |
| com.intuit.karate.core | |
| com.intuit.karate.cucumber |
| Modifier and Type | Field and Description |
|---|---|
static Resource |
Resource.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static List<Resource> |
FileUtils.scanForFeatureFiles(boolean classpath,
String searchPath,
ClassLoader cl) |
static List<Resource> |
FileUtils.scanForFeatureFiles(List<String> paths,
Class clazz) |
static List<Resource> |
FileUtils.scanForFeatureFiles(List<String> paths,
ClassLoader cl) |
static List<Resource> |
FileUtils.scanForFeatureFilesOnClassPath(ClassLoader cl) |
| Modifier and Type | Method and Description |
|---|---|
static Results |
Runner.parallel(String tagSelector,
List<Resource> resources,
int threadCount,
String reportDir) |
static Results |
Runner.parallel(String tagSelector,
List<Resource> resources,
String scenarioName,
Collection<ExecutionHook> hooks,
int threadCount,
String reportDir) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Feature.getResource() |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
FeatureParser.parse(Resource resource) |
| Constructor and Description |
|---|
Feature(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
static KarateStats |
CucumberRunner.parallel(String tagSelector,
List<Resource> resources,
Collection<ExecutionHook> hooks,
int threadCount,
String reportDir) |
static KarateStats |
CucumberRunner.parallel(String tagSelector,
List<Resource> resources,
int threadCount,
String reportDir) |
Copyright © 2019. All rights reserved.