We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8dea08 commit b708b93Copy full SHA for b708b93
1 file changed
src/main/resources/wfc/schemas/report.yaml
@@ -197,6 +197,13 @@ $defs:
197
description: "The line number in the generated test suite file where the code of this test case ends."
198
type: integer
199
minimum: 0
200
+ namedExamples:
201
+ description: "Optional list of 'named examples' used in the test cases. These typically represent
202
+ user test data that need to be tracked in the generated test suite."
203
+ type: [array, "null"]
204
+ items:
205
+ type: string
206
+ uniqueItems: true
207
208
Faults:
209
type: object
@@ -256,3 +263,4 @@ $defs:
256
263
more important. This is ONLY meant to be used for display purposes, e.g., when
257
264
sorting the list of warnings to show to user."
258
265
266
+ minimum: 0
0 commit comments