* [task#127263,doing,0.5h,4.5h] Add data of ui test to manage members.

This commit is contained in:
yulujie
2024-09-05 08:49:17 +08:00
committed by 李阳
parent 61c8231f64
commit e8665bb7c2
@@ -23,3 +23,18 @@ $project->begin->range('(-2M)-(-M):1D')->type('timestamp')->format('YY/MM/DD');
$project->end->range('(+2M)-(+3M):1D')->type('timestamp')->format('YY/MM/DD');
$project->acl->range('open');
$project->gen(2);
$execution = zenData('project');
$execution->id->range('5-7');
$execution->project->range('1, 1, 2');
$execution->type->range('sprint');
$execution->attribute->range('[]');
$execution->auth->range('[]');
$execution->parent->range('1, 1, 2');
$execution->grade->range('1');
$execution->name->range('项目1迭代1, 项目1迭代2, 项目2迭代1');
$execution->begin->range('(-2M)-(-M):1D')->type('timestamp')->format('YY/MM/DD');
$execution->end->range('(+2M)-(+3M):1D')->type('timestamp')->format('YY/MM/DD');
$execution->acl->range('open');
$execution->status->range('wait');
$execution->gen(3, false);