Skip to content

Commit 82a417d

Browse files
Add Citrus test case schema (#5408)
* Add Citrus test case schema fixes #5407 Signed-off-by: Aurélien Pupier <apupier@ibm.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: Aurélien Pupier <apupier@ibm.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6ea6a7d commit 82a417d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/api/json/catalog.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,6 +1408,18 @@
14081408
"fileMatch": ["cibuildwheel.toml", ".cibuildwheel.toml"],
14091409
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/cibuildwheel.json"
14101410
},
1411+
{
1412+
"name": "Citrus test case",
1413+
"description": "Citrus test case",
1414+
"fileMatch": [
1415+
"*.citrus.yaml",
1416+
"*.citrus.test.yaml",
1417+
"*.citrus.it.yaml",
1418+
"*.citrus-test.yaml",
1419+
"*.citrus-it.yaml"
1420+
],
1421+
"url": "https://citrusframework.org/schema/json/testcase/citrus-testcase.json"
1422+
},
14111423
{
14121424
"name": "CityJSON",
14131425
"description": "the representation of 3D city models",

0 commit comments

Comments
 (0)