* testcase: display extra content in the title column.

This commit is contained in:
liugang
2023-06-29 14:30:21 +08:00
parent 230270d534
commit e7f08e5036
2 changed files with 19 additions and 5 deletions
+4
View File
@@ -10,6 +10,10 @@ declare(strict_types=1);
*/
namespace zin;
jsVar('scene', $lang->testcase->sceneb);
jsVar('automated', $lang->testcase->automated);
jsVar('children', $lang->childrenAB);
$isOnlyScene = strtolower($browseType) == 'onlyscene';
$isProjectApp = $this->app->tab == 'project';
$currentModule = $isProjectApp ? 'project' : 'testcase';