Behave Test Runner Extension - v1.1.7
Preparing search index...
types
TestRunResult
Interface TestRunResult
Result of running a test
interface
TestRunResult
{
success
:
boolean
;
output
:
string
;
error
?:
string
;
duration
:
number
;
}
Index
Properties
success
output
error?
duration
Properties
success
success
:
boolean
output
output
:
string
Optional
error
error
?:
string
duration
duration
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
success
output
error
duration
Behave Test Runner Extension - v1.1.7
Loading...
Result of running a test