mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-21 08:10:24 +08:00
fix: add the step type to the summary step result
This commit is contained in:
@@ -81,6 +81,7 @@ def run_step_request(runner: HttpRunner, step: TStep) -> StepResult:
|
||||
"""run teststep: request"""
|
||||
step_result = StepResult(
|
||||
name=step.name,
|
||||
step_type="request",
|
||||
success=False,
|
||||
)
|
||||
start_time = time.time()
|
||||
|
||||
Reference in New Issue
Block a user