mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-09 22:44:05 +08:00
feat: 支持wings断言和自动化
This commit is contained in:
@@ -24,7 +24,7 @@ func setupADBDriverExt(t *testing.T) *XTDriver {
|
||||
require.Nil(t, err)
|
||||
driverExt, err := NewXTDriver(driver,
|
||||
option.WithCVService(option.CVServiceTypeVEDEM),
|
||||
option.WithLLMService(option.DOUBAO_1_5_THINKING_VISION_PRO_250428),
|
||||
// option.WithLLMService(option.DOUBAO_1_5_THINKING_VISION_PRO_250428),
|
||||
)
|
||||
require.Nil(t, err)
|
||||
return driverExt
|
||||
|
||||
Reference in New Issue
Block a user