@yuantest/playwright - v1.2.1
GitHub
npm
正在准备搜索索引...
TrendAnalysis
接口 TrendAnalysis
interface
TrendAnalysis
{
testId
:
string
;
direction
:
TrendDirection
;
slope
:
number
;
r2
:
number
;
dataPoints
:
TrendDataPoint
[]
;
changePoints
:
ChangePoint
[]
;
seasonalPattern
:
SeasonalPattern
|
null
;
codeChangeCorrelations
:
CodeChangeCorrelation
[]
;
forecast
:
TrendForecast
;
analyzedAt
:
number
;
}
索引
属性
test
Id
direction
slope
r2
data
Points
change
Points
seasonal
Pattern
code
Change
Correlations
forecast
analyzed
At
属性
test
Id
testId
:
string
direction
direction
:
TrendDirection
slope
slope
:
number
r2
r2
:
number
data
Points
dataPoints
:
TrendDataPoint
[]
change
Points
changePoints
:
ChangePoint
[]
seasonal
Pattern
seasonalPattern
:
SeasonalPattern
|
null
code
Change
Correlations
codeChangeCorrelations
:
CodeChangeCorrelation
[]
forecast
forecast
:
TrendForecast
analyzed
At
analyzedAt
:
number
显示设置
成员可见性
受保护
继承
配色
自动
浅色
深色
目录
属性
test
Id
direction
slope
r2
data
Points
change
Points
seasonal
Pattern
code
Change
Correlations
forecast
analyzed
At
GitHub
GitHub
npm
@yuantest/playwright - v1.2.1
加载中……