Skip to content

Commit d1181ba

Browse files
committed
PR Review
1 parent 48d3187 commit d1181ba

File tree

2 files changed

+9
-250
lines changed

2 files changed

+9
-250
lines changed

pkg/claim/schema.go

Lines changed: 1 addition & 242 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schemas/claim.schema.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,23 @@
6464
"type": "string",
6565
"description": "Ginkgo writer output during the test run."
6666
},
67-
"Url": {
68-
"type": "string",
69-
"description": "The Url of the test ID"
67+
"testId": {
68+
"type": "identifier",
69+
"description": "The test identifier"
7070
}
7171

7272
},
7373
"additionalProperties": false,
7474
"required": [
7575
"testText",
76-
"filename",
77-
"lineNumber",
76+
"failureLocation",
77+
"failureLineContent",
7878
"state",
79+
"failureReason",
7980
"duration",
8081
"startTime",
81-
"stopTime",
82-
"stdout",
83-
"stderr"
82+
"CapturedTestOutput",
83+
"testId"
8484
]
8585
}
8686
},

0 commit comments

Comments
 (0)