Member Junction
Preparing search index...
@memberjunction/ng-testing
TestRunWithFeedback
Interface TestRunWithFeedback
Extended test run data with human feedback included
interface
TestRunWithFeedback
{
autoScore
:
number
|
null
;
cost
:
number
;
duration
:
number
;
executionStatus
:
ExecutionStatus
;
failedChecks
:
number
|
null
;
feedbackId
:
string
|
null
;
hasHumanFeedback
:
boolean
;
humanComments
:
string
|
null
;
humanIsCorrect
:
boolean
|
null
;
humanRating
:
number
|
null
;
id
:
string
;
originalStatus
:
string
;
passedChecks
:
number
|
null
;
runDateTime
:
Date
;
tags
:
string
[]
;
targetLogID
:
string
|
null
;
targetType
:
string
|
null
;
testId
:
string
;
testName
:
string
;
totalChecks
:
number
|
null
;
}
Index
Properties
auto
Score
cost
duration
execution
Status
failed
Checks
feedback
Id
has
Human
Feedback
human
Comments
human
Is
Correct
human
Rating
id
original
Status
passed
Checks
run
Date
Time
tags
target
Log
ID
target
Type
test
Id
test
Name
total
Checks
Properties
auto
Score
autoScore
:
number
|
null
cost
cost
:
number
duration
duration
:
number
execution
Status
executionStatus
:
ExecutionStatus
failed
Checks
failedChecks
:
number
|
null
feedback
Id
feedbackId
:
string
|
null
has
Human
Feedback
hasHumanFeedback
:
boolean
human
Comments
humanComments
:
string
|
null
human
Is
Correct
humanIsCorrect
:
boolean
|
null
human
Rating
humanRating
:
number
|
null
id
id
:
string
original
Status
originalStatus
:
string
passed
Checks
passedChecks
:
number
|
null
run
Date
Time
runDateTime
:
Date
tags
tags
:
string
[]
target
Log
ID
targetLogID
:
string
|
null
target
Type
targetType
:
string
|
null
test
Id
testId
:
string
test
Name
testName
:
string
total
Checks
totalChecks
:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Score
cost
duration
execution
Status
failed
Checks
feedback
Id
has
Human
Feedback
human
Comments
human
Is
Correct
human
Rating
id
original
Status
passed
Checks
run
Date
Time
tags
target
Log
ID
target
Type
test
Id
test
Name
total
Checks
Member Junction
Loading...
Extended test run data with human feedback included