Skip to content

Commit 65119ac

Browse files
committed
add executed_by to specs
1 parent e5c628b commit 65119ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testops-api/v2/schemas/ResultCreate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ properties:
1818
properties:
1919
author:
2020
type: string
21+
description: Author of the related test case (member id, name or email). If set and test case auto-creation is enabled, the author will be used to create the test case
2122
description:
2223
type: string
2324
preconditions:
@@ -38,6 +39,9 @@ properties:
3839
type: string
3940
is_flaky:
4041
type: string
42+
executed_by:
43+
type: string
44+
description: User who executed the test (member id, name or email)
4145
additionalProperties:
4246
type: string
4347
attachments:

0 commit comments

Comments
 (0)