Behave Test Runner Extension - v1.1.7
Preparing search index...
types
ParsedFeature
Interface ParsedFeature
Represents a parsed feature file with its scenarios
interface
ParsedFeature
{
feature
:
string
;
scenarios
:
Scenario
[]
;
filePath
:
string
;
featureLineNumber
?:
number
;
}
Index
Properties
feature
scenarios
file
Path
feature
Line
Number?
Properties
feature
feature
:
string
scenarios
scenarios
:
Scenario
[]
file
Path
filePath
:
string
Optional
feature
Line
Number
featureLineNumber
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
feature
scenarios
file
Path
feature
Line
Number
Behave Test Runner Extension - v1.1.7
Loading...
Represents a parsed feature file with its scenarios