feat: support running load testing by loading profile

This commit is contained in:
xucong053
2022-05-20 14:53:23 +08:00
parent a283565d41
commit a25cae0aa9
5 changed files with 82 additions and 49 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ func (path *TestCasePath) ToTestCase() (*TestCase, error) {
}
// locate project root dir by plugin path
projectRootDir, err := getProjectRootDirPath(casePath)
projectRootDir, err := GetProjectRootDirPath(casePath)
if err != nil {
return nil, errors.Wrap(err, "failed to get project root dir")
}