Member Junction
Preparing search index...
@memberjunction/ng-testing
TestAnalyticsSummary
Interface TestAnalyticsSummary
Aggregated analytics for a time period
interface
TestAnalyticsSummary
{
avgDuration
:
number
;
avgPassRate
:
number
;
failedTests
:
number
;
passedTests
:
number
;
period
:
string
;
totalCost
:
number
;
totalRuns
:
number
;
totalTests
:
number
;
trend
:
"up"
|
"down"
|
"stable"
;
trendValue
:
number
;
}
Index
Properties
avg
Duration
avg
Pass
Rate
failed
Tests
passed
Tests
period
total
Cost
total
Runs
total
Tests
trend
trend
Value
Properties
avg
Duration
avgDuration
:
number
avg
Pass
Rate
avgPassRate
:
number
failed
Tests
failedTests
:
number
passed
Tests
passedTests
:
number
period
period
:
string
total
Cost
totalCost
:
number
total
Runs
totalRuns
:
number
total
Tests
totalTests
:
number
trend
trend
:
"up"
|
"down"
|
"stable"
trend
Value
trendValue
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avg
Duration
avg
Pass
Rate
failed
Tests
passed
Tests
period
total
Cost
total
Runs
total
Tests
trend
trend
Value
Member Junction
Loading...
Aggregated analytics for a time period