JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
B
C
CucumberBuiltinKeywords
- Class in
com.kms.katalon.core.cucumber.keyword
CucumberReporter
- Class in
com.kms.katalon.core.cucumber.keyword
CucumberReporter()
- Constructor in
CucumberReporter
CucumberRunnerResult
- Interface in
com.kms.katalon.core.cucumber.keyword
@since 5.7
D
E
F
G
getCucumberRunnerResult()
- Method in
CucumberRunnerResult
Optional: Used when the keyword is
CucumberBuiltinKeywords.runWithCucumberRunner
getReportLocation()
- Method in
CucumberRunnerResult
Optional: Used when the keyword is
CucumberBuiltinKeywords.runFeatureFile
, or
CucumberBuiltinKeywords.runFeatureFolder
getStatus()
- Method in
CucumberRunnerResult
@return passed or failed
H
I
J
K
L
M
N
O
P
Q
R
runFeatureFile(String)
- Method in
CucumberBuiltinKeywords
Runs the given Feature file with
featureId
by invoking cucumber.api.cli.Main#run(String[], ClassLoader)
runFeatureFolder(String)
- Method in
CucumberBuiltinKeywords
Runs the given Feature folder and its nested sub-folder with
folderRelativePath
by invoking cucumber.api.cli.Main#run(String[], ClassLoader)
runWithCucumberRunner(Class)
- Method in
CucumberBuiltinKeywords
Runs the given
cucumberRunnerClass
that is annotated with Cucumber runner by invoke JUnit runner.
S
setEventPublisher(EventPublisher)
- Method in
CucumberReporter
T
U
V
W
X
Y
Z
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
Groovy Documentation