· 4 years ago · Mar 20, 2021, 04:42 PM
1{
2 "case_id": null,
3 "time_ms": 100,
4 "status": "failed",
5 "member_id": 1,
6 "comment": "Failed via API",
7 "steps": [
8 {
9 "position": 1,
10 "status": "passed"
11 },
12 {
13 "position": 2,
14 "status": "passed"
15 },
16 {
17 "position": 3,
18 "status": "failed",
19 "comment": "Something went wrong",
20 "attachments": [
21 "2898ba7f3b4d857cec8bee4a852cdc85f8b33132"
22 ]
23 }
24 ],
25 "attachments": [
26 "2898ba7f3b4d857cec8bee4a852cdc85f8b33132"
27 ],
28 "classname": "App/Tests",
29 "name": "First test",
30 "parameters": [
31 {
32 "key": "value"
33 }
34 ],
35 "description": "Text"
36 "stacktrace": "Text",
37 "suite_name": "Autotest suite name",
38 "repo": {
39 "url": "git@repo.git",
40 "title": "Repo title"
41 }
42 }