refactor: update summary in controller

This commit is contained in:
debugtalk
2022-10-18 16:07:21 +08:00
parent 792605a1dc
commit c23053ca16
12 changed files with 112 additions and 140 deletions
+4 -3
View File
@@ -317,9 +317,10 @@ func (r *HRPRunner) newCaseRunner(testcase *TestCase) (*testCaseRunner, error) {
}
type testCaseRunner struct {
testCase *TestCase
hrpRunner *HRPRunner
parser *Parser
testCase *TestCase
hrpRunner *HRPRunner
parser *Parser
parsedConfig *TConfig
parametersIterator *ParametersIterator
rootDir string // project root dir