mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-09 14:32:31 +08:00
refactor: improve validation process by adding variable substitution and enhancing error handling
This commit is contained in:
@@ -2575,7 +2575,7 @@ const htmlTemplate = `<!DOCTYPE html>
|
||||
{{end}}
|
||||
|
||||
<!-- Enhanced AI Validator Display -->
|
||||
{{if eq $validator.check "ui_ai"}}
|
||||
{{if or (eq $validator.check "ui_ai") (eq $validator.assert "ai_assert")}}
|
||||
<div class="validator-ai-content">
|
||||
<!-- Extract AI validation details from step logs -->
|
||||
{{$stepLogs := getStepLogs $step}}
|
||||
|
||||
Reference in New Issue
Block a user