change: rename step structs

This commit is contained in:
debugtalk
2021-12-08 10:58:10 +08:00
parent 10795e0465
commit d0fb750c51
3 changed files with 41 additions and 41 deletions

View File

@@ -142,7 +142,7 @@ func (r *hrpRunner) runStep(step IStep, config *TConfig) (stepResult *stepData,
}
copiedStep.Variables = parsedVariables // avoid data racing
if _, ok := step.(*testcaseWithOptionalArgs); ok {
if _, ok := step.(*stepTestCaseWithOptionalArgs); ok {
// run referenced testcase
log.Info().Str("testcase", copiedStep.Name).Msg("run referenced testcase")
// TODO: override testcase config