提交 979fe67d 编写于 作者: 泰斯特Test's avatar 泰斯特Test

[feat]新增测试总耗时&测试环境&项目名称字段

上级 c6ddca80
......@@ -17,8 +17,11 @@ class TestReport(Model):
_id = ObjectIdField()
isDeleted = BooleanField(field_name='isDeleted', default=False)
projectId = ObjectIdField()
projectName = StringField()
testDomain = StringField()
createAt = DateField()
lastUpdateTime = DateField()
totalTestSpendingTimeInSec = FloatField()
testCount = IntField()
passCount = IntField()
failedCount = IntField()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册