refactor: update summary in controller

This commit is contained in:
debugtalk
2022-10-18 15:51:56 +08:00
parent c5f81f2593
commit 23abc56a82
12 changed files with 112 additions and 140 deletions

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