merge branch merge-from-video

This commit is contained in:
lilong.129
2024-08-21 14:57:53 +08:00
45 changed files with 2280 additions and 365 deletions

View File

@@ -230,6 +230,13 @@ func (r *HRPRunner) Run(testcases ...ITestCase) (err error) {
return err
}
// release UI driver session
defer func() {
for _, client := range uiClients {
client.Driver.DeleteSession()
}
}()
for it := caseRunner.parametersIterator; it.HasNext(); {
// case runner can run multiple times with different parameters
// each run has its own session runner