Skip to content

Commit 5b384df

Browse files
Add vtesttree schema v2.4.0 (SchemaStore#4722)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 14fac4e commit 5b384df

File tree

6 files changed

+940
-1
lines changed

6 files changed

+940
-1
lines changed

src/api/json/catalog.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5971,7 +5971,8 @@
59715971
"2.0.0": "https://json.schemastore.org/vtesttree-schema-v2.0.0.json",
59725972
"2.1.0": "https://json.schemastore.org/vtesttree-schema-v2.1.0.json",
59735973
"2.2.0": "https://json.schemastore.org/vtesttree-schema-v2.2.0.json",
5974-
"2.3.0": "https://json.schemastore.org/vtesttree-schema-v2.3.0.json"
5974+
"2.3.0": "https://json.schemastore.org/vtesttree-schema-v2.3.0.json",
5975+
"2.4.0": "https://json.schemastore.org/vtesttree-schema-v2.4.0.json"
59755976
}
59765977
},
59775978
{
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# yaml-language-server: $schema=../../schemas/json/vtesttree-schema-v2.4.0.json
2+
version: 2.4.0
3+
4+
test-tree:
5+
- capl-test-case-list: MyCAPLTestCase
6+
title: CAPLTestCaseList
7+
test-case-title: CAPL Test Case {CallIndex} {param1}
8+
id: 'CAPL_ID'
9+
param-vectors:
10+
- [1, 2, 3]
11+
- [4, 5, 6]
12+
combinatorics: pairwise
13+
- python-test-case-list: MyPythonTestCase
14+
id: 'Python_ID'
15+
- dotnet-test-case-list: MyDotNetTestCase
16+
title: DotNetTestCaseList
17+
param-vectors:
18+
- [1, 'foo']
19+
- [2, 'bar']
20+
param-values:
21+
- [1, 'foo']
22+
- [2, 'bar']
23+
- capl-test-sequence-list: MyCAPLTestSequence
24+
test-case-title: CAPL Test {CallIndex} {param1}
25+
param-vectors:
26+
- [1, 2, 3]
27+
- [4, 5, 6]

src/schema-validation.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
"vtesttree-schema-v2.1.0.json",
226226
"vtesttree-schema-v2.2.0.json",
227227
"vtesttree-schema-v2.3.0.json",
228+
"vtesttree-schema-v2.4.0.json",
228229
"web-types.json",
229230
"webextension.json",
230231
"webjob-publish-settings.json",

0 commit comments

Comments
 (0)