@yuantest/playwright - v1.2.1
GitHub
npm
正在准备搜索索引...
TrendAnalyzer
类 TrendAnalyzer
趋势分析器 对单个测试执行完整的趋势分析流程
索引
构造函数
constructor
方法
analyze
构造函数
constructor
new
TrendAnalyzer
(
config
?:
Partial
<
TrendConfig
>
)
:
TrendAnalyzer
参数
config
:
Partial
<
TrendConfig
>
= {}
返回
TrendAnalyzer
方法
analyze
analyze
(
test
:
FlakyTest
,
codeChanges
?:
CodeChangeCorrelation
[]
)
:
TrendAnalysis
对单个测试执行完整趋势分析 包括时间序列聚合、趋势方向检测、变点检测、季节模式、预测
参数
test
:
FlakyTest
Flaky 测试对象
可选
codeChanges
:
CodeChangeCorrelation
[]
代码变更记录(可选)
返回
TrendAnalysis
趋势分析结果
显示设置
成员可见性
受保护
继承
配色
自动
浅色
深色
目录
构造函数
constructor
方法
analyze
GitHub
GitHub
npm
@yuantest/playwright - v1.2.1
加载中……
趋势分析器 对单个测试执行完整的趋势分析流程