@kaoto/camel-catalog 0.4.2 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -6
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-agent-configuration.json +31 -0
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-endpoints.json +70 -35
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-functions.json +86 -43
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-test-actions.json +246 -146
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-test-containers.json +13 -12
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-validation-matcher.json +50 -25
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-testcase.json +8 -3
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/index.json +9 -9
- package/dist/camel-catalog/index.json +3 -3
- package/dist/index.js +1 -1
- package/dist/types/catalog-index.d.ts +1 -1
- package/package.json +2 -2
- /package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-testcase.xsd +0 -0
package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-test-actions.json
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"action": {
|
|
3
3
|
"kind": "testAction",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.10.0",
|
|
5
5
|
"name": "action",
|
|
6
6
|
"title": "Action",
|
|
7
7
|
"description": "Generic test action.",
|
|
@@ -24,8 +24,9 @@
|
|
|
24
24
|
},
|
|
25
25
|
"agent": {
|
|
26
26
|
"kind": "testActionGroup",
|
|
27
|
-
"version": "4.
|
|
27
|
+
"version": "4.10.0",
|
|
28
28
|
"name": "agent",
|
|
29
|
+
"module": "citrus-agent-connector",
|
|
29
30
|
"title": "Agent",
|
|
30
31
|
"description": "Agent service test actions.",
|
|
31
32
|
"propertiesSchema": {
|
|
@@ -41,9 +42,10 @@
|
|
|
41
42
|
},
|
|
42
43
|
"agent-connect": {
|
|
43
44
|
"kind": "testAction",
|
|
44
|
-
"version": "4.
|
|
45
|
+
"version": "4.10.0",
|
|
45
46
|
"name": "agent-connect",
|
|
46
47
|
"group": "agent",
|
|
48
|
+
"module": "citrus-agent-connector",
|
|
47
49
|
"title": "Connect",
|
|
48
50
|
"propertiesSchema": {
|
|
49
51
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -62,9 +64,10 @@
|
|
|
62
64
|
},
|
|
63
65
|
"agent-run": {
|
|
64
66
|
"kind": "testAction",
|
|
65
|
-
"version": "4.
|
|
67
|
+
"version": "4.10.0",
|
|
66
68
|
"name": "agent-run",
|
|
67
69
|
"group": "agent",
|
|
70
|
+
"module": "citrus-agent-connector",
|
|
68
71
|
"title": "Run",
|
|
69
72
|
"propertiesSchema": {
|
|
70
73
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -100,7 +103,7 @@
|
|
|
100
103
|
},
|
|
101
104
|
"ant": {
|
|
102
105
|
"kind": "testAction",
|
|
103
|
-
"version": "4.
|
|
106
|
+
"version": "4.10.0",
|
|
104
107
|
"name": "ant",
|
|
105
108
|
"title": "Ant",
|
|
106
109
|
"description": "Ant run test action.",
|
|
@@ -172,7 +175,7 @@
|
|
|
172
175
|
},
|
|
173
176
|
"applyTemplate": {
|
|
174
177
|
"kind": "testAction",
|
|
175
|
-
"version": "4.
|
|
178
|
+
"version": "4.10.0",
|
|
176
179
|
"name": "applyTemplate",
|
|
177
180
|
"title": "ApplyTemplate",
|
|
178
181
|
"description": "Apply template test action.",
|
|
@@ -225,8 +228,9 @@
|
|
|
225
228
|
},
|
|
226
229
|
"camel": {
|
|
227
230
|
"kind": "testActionGroup",
|
|
228
|
-
"version": "4.
|
|
231
|
+
"version": "4.10.0",
|
|
229
232
|
"name": "camel",
|
|
233
|
+
"module": "citrus-camel",
|
|
230
234
|
"title": "Camel",
|
|
231
235
|
"description": "Test actions related to Apache Camel.",
|
|
232
236
|
"propertiesSchema": {
|
|
@@ -254,9 +258,10 @@
|
|
|
254
258
|
},
|
|
255
259
|
"camel-controlBus": {
|
|
256
260
|
"kind": "testAction",
|
|
257
|
-
"version": "4.
|
|
261
|
+
"version": "4.10.0",
|
|
258
262
|
"name": "camel-controlBus",
|
|
259
263
|
"group": "camel",
|
|
264
|
+
"module": "citrus-camel",
|
|
260
265
|
"title": "ControlBus",
|
|
261
266
|
"description": "Connects with the Camel control bus to run operations.",
|
|
262
267
|
"propertiesSchema": {
|
|
@@ -312,9 +317,10 @@
|
|
|
312
317
|
},
|
|
313
318
|
"camel-createComponent": {
|
|
314
319
|
"kind": "testAction",
|
|
315
|
-
"version": "4.
|
|
320
|
+
"version": "4.10.0",
|
|
316
321
|
"name": "camel-createComponent",
|
|
317
322
|
"group": "camel",
|
|
323
|
+
"module": "citrus-camel",
|
|
318
324
|
"title": "CreateComponent",
|
|
319
325
|
"description": "Create components in the Camel registry.",
|
|
320
326
|
"propertiesSchema": {
|
|
@@ -341,9 +347,10 @@
|
|
|
341
347
|
},
|
|
342
348
|
"camel-createContext": {
|
|
343
349
|
"kind": "testAction",
|
|
344
|
-
"version": "4.
|
|
350
|
+
"version": "4.10.0",
|
|
345
351
|
"name": "camel-createContext",
|
|
346
352
|
"group": "camel",
|
|
353
|
+
"module": "citrus-camel",
|
|
347
354
|
"title": "CreateContext",
|
|
348
355
|
"description": "Create a new Camel context.",
|
|
349
356
|
"propertiesSchema": {
|
|
@@ -366,9 +373,10 @@
|
|
|
366
373
|
},
|
|
367
374
|
"camel-createRoutes": {
|
|
368
375
|
"kind": "testAction",
|
|
369
|
-
"version": "4.
|
|
376
|
+
"version": "4.10.0",
|
|
370
377
|
"name": "camel-createRoutes",
|
|
371
378
|
"group": "camel",
|
|
379
|
+
"module": "citrus-camel",
|
|
372
380
|
"title": "CreateRoutes",
|
|
373
381
|
"description": "Create a new Camel route in the context.",
|
|
374
382
|
"propertiesSchema": {
|
|
@@ -402,9 +410,10 @@
|
|
|
402
410
|
},
|
|
403
411
|
"camel-infra": {
|
|
404
412
|
"kind": "testActionGroup",
|
|
405
|
-
"version": "4.
|
|
413
|
+
"version": "4.10.0",
|
|
406
414
|
"name": "camel-infra",
|
|
407
415
|
"group": "camel",
|
|
416
|
+
"module": "citrus-camel",
|
|
408
417
|
"title": "Infra",
|
|
409
418
|
"description": "Manage Camel infra services.",
|
|
410
419
|
"propertiesSchema": {
|
|
@@ -414,7 +423,7 @@
|
|
|
414
423
|
},
|
|
415
424
|
"camel-infra-run": {
|
|
416
425
|
"kind": "testAction",
|
|
417
|
-
"version": "4.
|
|
426
|
+
"version": "4.10.0",
|
|
418
427
|
"name": "camel-infra-run",
|
|
419
428
|
"group": "camel-infra",
|
|
420
429
|
"title": "Run",
|
|
@@ -455,7 +464,7 @@
|
|
|
455
464
|
},
|
|
456
465
|
"camel-infra-stop": {
|
|
457
466
|
"kind": "testAction",
|
|
458
|
-
"version": "4.
|
|
467
|
+
"version": "4.10.0",
|
|
459
468
|
"name": "camel-infra-stop",
|
|
460
469
|
"group": "camel-infra",
|
|
461
470
|
"title": "Stop",
|
|
@@ -479,9 +488,10 @@
|
|
|
479
488
|
},
|
|
480
489
|
"camel-jbang": {
|
|
481
490
|
"kind": "testActionGroup",
|
|
482
|
-
"version": "4.
|
|
491
|
+
"version": "4.10.0",
|
|
483
492
|
"name": "camel-jbang",
|
|
484
493
|
"group": "camel",
|
|
494
|
+
"module": "citrus-camel",
|
|
485
495
|
"title": "Jbang",
|
|
486
496
|
"description": "Connect with Camel JBang to run commands.",
|
|
487
497
|
"propertiesSchema": {
|
|
@@ -503,7 +513,7 @@
|
|
|
503
513
|
},
|
|
504
514
|
"camel-jbang-cmd": {
|
|
505
515
|
"kind": "testActionGroup",
|
|
506
|
-
"version": "4.
|
|
516
|
+
"version": "4.10.0",
|
|
507
517
|
"name": "camel-jbang-cmd",
|
|
508
518
|
"group": "camel-jbang",
|
|
509
519
|
"title": "Cmd",
|
|
@@ -515,7 +525,7 @@
|
|
|
515
525
|
},
|
|
516
526
|
"camel-jbang-cmd-receive": {
|
|
517
527
|
"kind": "testAction",
|
|
518
|
-
"version": "4.
|
|
528
|
+
"version": "4.10.0",
|
|
519
529
|
"name": "camel-jbang-cmd-receive",
|
|
520
530
|
"group": "camel-jbang-cmd",
|
|
521
531
|
"title": "Receive",
|
|
@@ -617,7 +627,7 @@
|
|
|
617
627
|
},
|
|
618
628
|
"camel-jbang-cmd-send": {
|
|
619
629
|
"kind": "testAction",
|
|
620
|
-
"version": "4.
|
|
630
|
+
"version": "4.10.0",
|
|
621
631
|
"name": "camel-jbang-cmd-send",
|
|
622
632
|
"group": "camel-jbang-cmd",
|
|
623
633
|
"title": "Send",
|
|
@@ -672,6 +682,12 @@
|
|
|
672
682
|
"description": "The message headers."
|
|
673
683
|
}
|
|
674
684
|
},
|
|
685
|
+
"infra": {
|
|
686
|
+
"type": "string",
|
|
687
|
+
"title": "Infra",
|
|
688
|
+
"description": "Optional Camel infrastructure service to connect to.",
|
|
689
|
+
"$comment": "group:advanced"
|
|
690
|
+
},
|
|
675
691
|
"integration": {
|
|
676
692
|
"type": "string",
|
|
677
693
|
"title": "Integration",
|
|
@@ -699,7 +715,7 @@
|
|
|
699
715
|
},
|
|
700
716
|
"camel-jbang-custom": {
|
|
701
717
|
"kind": "testAction",
|
|
702
|
-
"version": "4.
|
|
718
|
+
"version": "4.10.0",
|
|
703
719
|
"name": "camel-jbang-custom",
|
|
704
720
|
"group": "camel-jbang",
|
|
705
721
|
"title": "Custom",
|
|
@@ -880,7 +896,7 @@
|
|
|
880
896
|
},
|
|
881
897
|
"camel-jbang-kubernetes": {
|
|
882
898
|
"kind": "testActionGroup",
|
|
883
|
-
"version": "4.
|
|
899
|
+
"version": "4.10.0",
|
|
884
900
|
"name": "camel-jbang-kubernetes",
|
|
885
901
|
"group": "camel-jbang",
|
|
886
902
|
"title": "Kubernetes",
|
|
@@ -892,7 +908,7 @@
|
|
|
892
908
|
},
|
|
893
909
|
"camel-jbang-kubernetes-delete": {
|
|
894
910
|
"kind": "testAction",
|
|
895
|
-
"version": "4.
|
|
911
|
+
"version": "4.10.0",
|
|
896
912
|
"name": "camel-jbang-kubernetes-delete",
|
|
897
913
|
"group": "camel-jbang-kubernetes",
|
|
898
914
|
"title": "Delete",
|
|
@@ -942,7 +958,7 @@
|
|
|
942
958
|
},
|
|
943
959
|
"camel-jbang-kubernetes-run": {
|
|
944
960
|
"kind": "testAction",
|
|
945
|
-
"version": "4.
|
|
961
|
+
"version": "4.10.0",
|
|
946
962
|
"name": "camel-jbang-kubernetes-run",
|
|
947
963
|
"group": "camel-jbang-kubernetes",
|
|
948
964
|
"title": "Run",
|
|
@@ -1074,7 +1090,7 @@
|
|
|
1074
1090
|
},
|
|
1075
1091
|
"camel-jbang-kubernetes-verify": {
|
|
1076
1092
|
"kind": "testAction",
|
|
1077
|
-
"version": "4.
|
|
1093
|
+
"version": "4.10.0",
|
|
1078
1094
|
"name": "camel-jbang-kubernetes-verify",
|
|
1079
1095
|
"group": "camel-jbang-kubernetes",
|
|
1080
1096
|
"title": "Verify",
|
|
@@ -1141,7 +1157,7 @@
|
|
|
1141
1157
|
},
|
|
1142
1158
|
"camel-jbang-plugin": {
|
|
1143
1159
|
"kind": "testActionGroup",
|
|
1144
|
-
"version": "4.
|
|
1160
|
+
"version": "4.10.0",
|
|
1145
1161
|
"name": "camel-jbang-plugin",
|
|
1146
1162
|
"group": "camel-jbang",
|
|
1147
1163
|
"title": "Plugin",
|
|
@@ -1153,7 +1169,7 @@
|
|
|
1153
1169
|
},
|
|
1154
1170
|
"camel-jbang-plugin-add": {
|
|
1155
1171
|
"kind": "testAction",
|
|
1156
|
-
"version": "4.
|
|
1172
|
+
"version": "4.10.0",
|
|
1157
1173
|
"name": "camel-jbang-plugin-add",
|
|
1158
1174
|
"group": "camel-jbang-plugin",
|
|
1159
1175
|
"title": "Add",
|
|
@@ -1187,7 +1203,7 @@
|
|
|
1187
1203
|
},
|
|
1188
1204
|
"camel-jbang-run": {
|
|
1189
1205
|
"kind": "testAction",
|
|
1190
|
-
"version": "4.
|
|
1206
|
+
"version": "4.10.0",
|
|
1191
1207
|
"name": "camel-jbang-run",
|
|
1192
1208
|
"group": "camel-jbang",
|
|
1193
1209
|
"title": "Run",
|
|
@@ -1363,7 +1379,7 @@
|
|
|
1363
1379
|
},
|
|
1364
1380
|
"camel-jbang-stop": {
|
|
1365
1381
|
"kind": "testAction",
|
|
1366
|
-
"version": "4.
|
|
1382
|
+
"version": "4.10.0",
|
|
1367
1383
|
"name": "camel-jbang-stop",
|
|
1368
1384
|
"group": "camel-jbang",
|
|
1369
1385
|
"title": "Stop",
|
|
@@ -1382,7 +1398,7 @@
|
|
|
1382
1398
|
},
|
|
1383
1399
|
"camel-jbang-verify": {
|
|
1384
1400
|
"kind": "testAction",
|
|
1385
|
-
"version": "4.
|
|
1401
|
+
"version": "4.10.0",
|
|
1386
1402
|
"name": "camel-jbang-verify",
|
|
1387
1403
|
"group": "camel-jbang",
|
|
1388
1404
|
"title": "Verify",
|
|
@@ -1440,9 +1456,10 @@
|
|
|
1440
1456
|
},
|
|
1441
1457
|
"camel-removeRoutes": {
|
|
1442
1458
|
"kind": "testAction",
|
|
1443
|
-
"version": "4.
|
|
1459
|
+
"version": "4.10.0",
|
|
1444
1460
|
"name": "camel-removeRoutes",
|
|
1445
1461
|
"group": "camel",
|
|
1462
|
+
"module": "citrus-camel",
|
|
1446
1463
|
"title": "RemoveRoutes",
|
|
1447
1464
|
"description": "Remove given Camel routes.",
|
|
1448
1465
|
"propertiesSchema": {
|
|
@@ -1464,9 +1481,10 @@
|
|
|
1464
1481
|
},
|
|
1465
1482
|
"camel-startContext": {
|
|
1466
1483
|
"kind": "testAction",
|
|
1467
|
-
"version": "4.
|
|
1484
|
+
"version": "4.10.0",
|
|
1468
1485
|
"name": "camel-startContext",
|
|
1469
1486
|
"group": "camel",
|
|
1487
|
+
"module": "citrus-camel",
|
|
1470
1488
|
"title": "StartContext",
|
|
1471
1489
|
"description": "Starts the given Camel context.",
|
|
1472
1490
|
"propertiesSchema": {
|
|
@@ -1483,9 +1501,10 @@
|
|
|
1483
1501
|
},
|
|
1484
1502
|
"camel-startRoutes": {
|
|
1485
1503
|
"kind": "testAction",
|
|
1486
|
-
"version": "4.
|
|
1504
|
+
"version": "4.10.0",
|
|
1487
1505
|
"name": "camel-startRoutes",
|
|
1488
1506
|
"group": "camel",
|
|
1507
|
+
"module": "citrus-camel",
|
|
1489
1508
|
"title": "StartRoutes",
|
|
1490
1509
|
"description": "Start existing Camel routes in the context.",
|
|
1491
1510
|
"propertiesSchema": {
|
|
@@ -1507,9 +1526,10 @@
|
|
|
1507
1526
|
},
|
|
1508
1527
|
"camel-stopContext": {
|
|
1509
1528
|
"kind": "testAction",
|
|
1510
|
-
"version": "4.
|
|
1529
|
+
"version": "4.10.0",
|
|
1511
1530
|
"name": "camel-stopContext",
|
|
1512
1531
|
"group": "camel",
|
|
1532
|
+
"module": "citrus-camel",
|
|
1513
1533
|
"title": "StopContext",
|
|
1514
1534
|
"description": "Stops the given Camel context.",
|
|
1515
1535
|
"propertiesSchema": {
|
|
@@ -1526,9 +1546,10 @@
|
|
|
1526
1546
|
},
|
|
1527
1547
|
"camel-stopRoutes": {
|
|
1528
1548
|
"kind": "testAction",
|
|
1529
|
-
"version": "4.
|
|
1549
|
+
"version": "4.10.0",
|
|
1530
1550
|
"name": "camel-stopRoutes",
|
|
1531
1551
|
"group": "camel",
|
|
1552
|
+
"module": "citrus-camel",
|
|
1532
1553
|
"title": "StopRoutes",
|
|
1533
1554
|
"description": "Stop given Camel routes.",
|
|
1534
1555
|
"propertiesSchema": {
|
|
@@ -1550,7 +1571,7 @@
|
|
|
1550
1571
|
},
|
|
1551
1572
|
"createEndpoint": {
|
|
1552
1573
|
"kind": "testAction",
|
|
1553
|
-
"version": "4.
|
|
1574
|
+
"version": "4.10.0",
|
|
1554
1575
|
"name": "createEndpoint",
|
|
1555
1576
|
"title": "CreateEndpoint",
|
|
1556
1577
|
"description": "Create endpoints test action.",
|
|
@@ -4150,7 +4171,7 @@
|
|
|
4150
4171
|
}
|
|
4151
4172
|
],
|
|
4152
4173
|
"title": "JMS",
|
|
4153
|
-
"description": "JMS endpoint
|
|
4174
|
+
"description": "JMS endpoint"
|
|
4154
4175
|
}
|
|
4155
4176
|
}
|
|
4156
4177
|
},
|
|
@@ -5016,7 +5037,7 @@
|
|
|
5016
5037
|
},
|
|
5017
5038
|
"createVariables": {
|
|
5018
5039
|
"kind": "testAction",
|
|
5019
|
-
"version": "4.
|
|
5040
|
+
"version": "4.10.0",
|
|
5020
5041
|
"name": "createVariables",
|
|
5021
5042
|
"title": "CreateVariables",
|
|
5022
5043
|
"description": "Create variables test action.",
|
|
@@ -5089,7 +5110,7 @@
|
|
|
5089
5110
|
},
|
|
5090
5111
|
"delay": {
|
|
5091
5112
|
"kind": "testAction",
|
|
5092
|
-
"version": "4.
|
|
5113
|
+
"version": "4.10.0",
|
|
5093
5114
|
"name": "delay",
|
|
5094
5115
|
"title": "Delay",
|
|
5095
5116
|
"description": "Delay test action.",
|
|
@@ -5118,7 +5139,7 @@
|
|
|
5118
5139
|
},
|
|
5119
5140
|
"echo": {
|
|
5120
5141
|
"kind": "testAction",
|
|
5121
|
-
"version": "4.
|
|
5142
|
+
"version": "4.10.0",
|
|
5122
5143
|
"name": "echo",
|
|
5123
5144
|
"title": "Echo",
|
|
5124
5145
|
"description": "Echo test action.",
|
|
@@ -5145,7 +5166,7 @@
|
|
|
5145
5166
|
},
|
|
5146
5167
|
"expectTimeout": {
|
|
5147
5168
|
"kind": "testAction",
|
|
5148
|
-
"version": "4.
|
|
5169
|
+
"version": "4.10.0",
|
|
5149
5170
|
"name": "expectTimeout",
|
|
5150
5171
|
"title": "ExpectTimeout",
|
|
5151
5172
|
"description": "Expect timeout test action.",
|
|
@@ -5220,7 +5241,7 @@
|
|
|
5220
5241
|
},
|
|
5221
5242
|
"fail": {
|
|
5222
5243
|
"kind": "testAction",
|
|
5223
|
-
"version": "4.
|
|
5244
|
+
"version": "4.10.0",
|
|
5224
5245
|
"name": "fail",
|
|
5225
5246
|
"title": "Fail",
|
|
5226
5247
|
"description": "Fail test action.",
|
|
@@ -5244,8 +5265,9 @@
|
|
|
5244
5265
|
},
|
|
5245
5266
|
"groovy": {
|
|
5246
5267
|
"kind": "testAction",
|
|
5247
|
-
"version": "4.
|
|
5268
|
+
"version": "4.10.0",
|
|
5248
5269
|
"name": "groovy",
|
|
5270
|
+
"module": "citrus-groovy",
|
|
5249
5271
|
"title": "Groovy",
|
|
5250
5272
|
"description": "Groovy test action.",
|
|
5251
5273
|
"propertiesSchema": {
|
|
@@ -5350,15 +5372,13 @@
|
|
|
5350
5372
|
"description": "The Groovy script to execute."
|
|
5351
5373
|
}
|
|
5352
5374
|
},
|
|
5353
|
-
"required": [
|
|
5354
|
-
"script"
|
|
5355
|
-
],
|
|
5356
5375
|
"additionalProperties": false }
|
|
5357
5376
|
},
|
|
5358
5377
|
"http": {
|
|
5359
5378
|
"kind": "testActionGroup",
|
|
5360
|
-
"version": "4.
|
|
5379
|
+
"version": "4.10.0",
|
|
5361
5380
|
"name": "http",
|
|
5381
|
+
"module": "citrus-http",
|
|
5362
5382
|
"title": "Http",
|
|
5363
5383
|
"description": "Http related test actions.",
|
|
5364
5384
|
"propertiesSchema": {
|
|
@@ -5391,9 +5411,10 @@
|
|
|
5391
5411
|
},
|
|
5392
5412
|
"http-receiveRequest": {
|
|
5393
5413
|
"kind": "testAction",
|
|
5394
|
-
"version": "4.
|
|
5414
|
+
"version": "4.10.0",
|
|
5395
5415
|
"name": "http-receiveRequest",
|
|
5396
5416
|
"group": "http",
|
|
5417
|
+
"module": "citrus-http",
|
|
5397
5418
|
"title": "ReceiveRequest",
|
|
5398
5419
|
"description": "Receive an Http request as a server.",
|
|
5399
5420
|
"propertiesSchema": {
|
|
@@ -8166,9 +8187,10 @@
|
|
|
8166
8187
|
},
|
|
8167
8188
|
"http-receiveResponse": {
|
|
8168
8189
|
"kind": "testAction",
|
|
8169
|
-
"version": "4.
|
|
8190
|
+
"version": "4.10.0",
|
|
8170
8191
|
"name": "http-receiveResponse",
|
|
8171
8192
|
"group": "http",
|
|
8193
|
+
"module": "citrus-http",
|
|
8172
8194
|
"title": "ReceiveResponse",
|
|
8173
8195
|
"description": "Receive an Http response as a client.",
|
|
8174
8196
|
"propertiesSchema": {
|
|
@@ -8749,9 +8771,10 @@
|
|
|
8749
8771
|
},
|
|
8750
8772
|
"http-sendRequest": {
|
|
8751
8773
|
"kind": "testAction",
|
|
8752
|
-
"version": "4.
|
|
8774
|
+
"version": "4.10.0",
|
|
8753
8775
|
"name": "http-sendRequest",
|
|
8754
8776
|
"group": "http",
|
|
8777
|
+
"module": "citrus-http",
|
|
8755
8778
|
"title": "SendRequest",
|
|
8756
8779
|
"description": "Send a Http request as a client.",
|
|
8757
8780
|
"propertiesSchema": {
|
|
@@ -11304,9 +11327,10 @@
|
|
|
11304
11327
|
},
|
|
11305
11328
|
"http-sendResponse": {
|
|
11306
11329
|
"kind": "testAction",
|
|
11307
|
-
"version": "4.
|
|
11330
|
+
"version": "4.10.0",
|
|
11308
11331
|
"name": "http-sendResponse",
|
|
11309
11332
|
"group": "http",
|
|
11333
|
+
"module": "citrus-http",
|
|
11310
11334
|
"title": "SendResponse",
|
|
11311
11335
|
"description": "Send an Http response as a server.",
|
|
11312
11336
|
"propertiesSchema": {
|
|
@@ -11656,8 +11680,9 @@
|
|
|
11656
11680
|
},
|
|
11657
11681
|
"jbang": {
|
|
11658
11682
|
"kind": "testAction",
|
|
11659
|
-
"version": "4.
|
|
11683
|
+
"version": "4.10.0",
|
|
11660
11684
|
"name": "jbang",
|
|
11685
|
+
"module": "citrus-jbang-connector",
|
|
11661
11686
|
"title": "Jbang",
|
|
11662
11687
|
"description": "JBang test actions.",
|
|
11663
11688
|
"propertiesSchema": {
|
|
@@ -11753,8 +11778,9 @@
|
|
|
11753
11778
|
},
|
|
11754
11779
|
"knative": {
|
|
11755
11780
|
"kind": "testActionGroup",
|
|
11756
|
-
"version": "4.
|
|
11781
|
+
"version": "4.10.0",
|
|
11757
11782
|
"name": "knative",
|
|
11783
|
+
"module": "citrus-knative",
|
|
11758
11784
|
"title": "Knative",
|
|
11759
11785
|
"description": "Knative test actions.",
|
|
11760
11786
|
"propertiesSchema": {
|
|
@@ -11802,9 +11828,10 @@
|
|
|
11802
11828
|
},
|
|
11803
11829
|
"knative-createBroker": {
|
|
11804
11830
|
"kind": "testAction",
|
|
11805
|
-
"version": "4.
|
|
11831
|
+
"version": "4.10.0",
|
|
11806
11832
|
"name": "knative-createBroker",
|
|
11807
11833
|
"group": "knative",
|
|
11834
|
+
"module": "citrus-knative",
|
|
11808
11835
|
"title": "CreateBroker",
|
|
11809
11836
|
"propertiesSchema": {
|
|
11810
11837
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -11819,9 +11846,10 @@
|
|
|
11819
11846
|
},
|
|
11820
11847
|
"knative-createChannel": {
|
|
11821
11848
|
"kind": "testAction",
|
|
11822
|
-
"version": "4.
|
|
11849
|
+
"version": "4.10.0",
|
|
11823
11850
|
"name": "knative-createChannel",
|
|
11824
11851
|
"group": "knative",
|
|
11852
|
+
"module": "citrus-knative",
|
|
11825
11853
|
"title": "CreateChannel",
|
|
11826
11854
|
"propertiesSchema": {
|
|
11827
11855
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -11836,9 +11864,10 @@
|
|
|
11836
11864
|
},
|
|
11837
11865
|
"knative-createSubscription": {
|
|
11838
11866
|
"kind": "testAction",
|
|
11839
|
-
"version": "4.
|
|
11867
|
+
"version": "4.10.0",
|
|
11840
11868
|
"name": "knative-createSubscription",
|
|
11841
11869
|
"group": "knative",
|
|
11870
|
+
"module": "citrus-knative",
|
|
11842
11871
|
"title": "CreateSubscription",
|
|
11843
11872
|
"propertiesSchema": {
|
|
11844
11873
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -11861,9 +11890,10 @@
|
|
|
11861
11890
|
},
|
|
11862
11891
|
"knative-createTrigger": {
|
|
11863
11892
|
"kind": "testAction",
|
|
11864
|
-
"version": "4.
|
|
11893
|
+
"version": "4.10.0",
|
|
11865
11894
|
"name": "knative-createTrigger",
|
|
11866
11895
|
"group": "knative",
|
|
11896
|
+
"module": "citrus-knative",
|
|
11867
11897
|
"title": "CreateTrigger",
|
|
11868
11898
|
"propertiesSchema": {
|
|
11869
11899
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -11916,9 +11946,10 @@
|
|
|
11916
11946
|
},
|
|
11917
11947
|
"knative-deleteBroker": {
|
|
11918
11948
|
"kind": "testAction",
|
|
11919
|
-
"version": "4.
|
|
11949
|
+
"version": "4.10.0",
|
|
11920
11950
|
"name": "knative-deleteBroker",
|
|
11921
11951
|
"group": "knative",
|
|
11952
|
+
"module": "citrus-knative",
|
|
11922
11953
|
"title": "DeleteBroker",
|
|
11923
11954
|
"propertiesSchema": {
|
|
11924
11955
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -11933,9 +11964,10 @@
|
|
|
11933
11964
|
},
|
|
11934
11965
|
"knative-deleteChannel": {
|
|
11935
11966
|
"kind": "testAction",
|
|
11936
|
-
"version": "4.
|
|
11967
|
+
"version": "4.10.0",
|
|
11937
11968
|
"name": "knative-deleteChannel",
|
|
11938
11969
|
"group": "knative",
|
|
11970
|
+
"module": "citrus-knative",
|
|
11939
11971
|
"title": "DeleteChannel",
|
|
11940
11972
|
"propertiesSchema": {
|
|
11941
11973
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -11950,9 +11982,10 @@
|
|
|
11950
11982
|
},
|
|
11951
11983
|
"knative-deleteResource": {
|
|
11952
11984
|
"kind": "testAction",
|
|
11953
|
-
"version": "4.
|
|
11985
|
+
"version": "4.10.0",
|
|
11954
11986
|
"name": "knative-deleteResource",
|
|
11955
11987
|
"group": "knative",
|
|
11988
|
+
"module": "citrus-knative",
|
|
11956
11989
|
"title": "DeleteResource",
|
|
11957
11990
|
"propertiesSchema": {
|
|
11958
11991
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -11975,9 +12008,10 @@
|
|
|
11975
12008
|
},
|
|
11976
12009
|
"knative-deleteSubscription": {
|
|
11977
12010
|
"kind": "testAction",
|
|
11978
|
-
"version": "4.
|
|
12011
|
+
"version": "4.10.0",
|
|
11979
12012
|
"name": "knative-deleteSubscription",
|
|
11980
12013
|
"group": "knative",
|
|
12014
|
+
"module": "citrus-knative",
|
|
11981
12015
|
"title": "DeleteSubscription",
|
|
11982
12016
|
"propertiesSchema": {
|
|
11983
12017
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -11992,9 +12026,10 @@
|
|
|
11992
12026
|
},
|
|
11993
12027
|
"knative-deleteTrigger": {
|
|
11994
12028
|
"kind": "testAction",
|
|
11995
|
-
"version": "4.
|
|
12029
|
+
"version": "4.10.0",
|
|
11996
12030
|
"name": "knative-deleteTrigger",
|
|
11997
12031
|
"group": "knative",
|
|
12032
|
+
"module": "citrus-knative",
|
|
11998
12033
|
"title": "DeleteTrigger",
|
|
11999
12034
|
"propertiesSchema": {
|
|
12000
12035
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12009,9 +12044,10 @@
|
|
|
12009
12044
|
},
|
|
12010
12045
|
"knative-receiveEvent": {
|
|
12011
12046
|
"kind": "testAction",
|
|
12012
|
-
"version": "4.
|
|
12047
|
+
"version": "4.10.0",
|
|
12013
12048
|
"name": "knative-receiveEvent",
|
|
12014
12049
|
"group": "knative",
|
|
12050
|
+
"module": "citrus-knative",
|
|
12015
12051
|
"title": "ReceiveEvent",
|
|
12016
12052
|
"propertiesSchema": {
|
|
12017
12053
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12064,9 +12100,10 @@
|
|
|
12064
12100
|
},
|
|
12065
12101
|
"knative-sendEvent": {
|
|
12066
12102
|
"kind": "testAction",
|
|
12067
|
-
"version": "4.
|
|
12103
|
+
"version": "4.10.0",
|
|
12068
12104
|
"name": "knative-sendEvent",
|
|
12069
12105
|
"group": "knative",
|
|
12106
|
+
"module": "citrus-knative",
|
|
12070
12107
|
"title": "SendEvent",
|
|
12071
12108
|
"propertiesSchema": {
|
|
12072
12109
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12119,9 +12156,10 @@
|
|
|
12119
12156
|
},
|
|
12120
12157
|
"knative-verifyBroker": {
|
|
12121
12158
|
"kind": "testAction",
|
|
12122
|
-
"version": "4.
|
|
12159
|
+
"version": "4.10.0",
|
|
12123
12160
|
"name": "knative-verifyBroker",
|
|
12124
12161
|
"group": "knative",
|
|
12162
|
+
"module": "citrus-knative",
|
|
12125
12163
|
"title": "VerifyBroker",
|
|
12126
12164
|
"propertiesSchema": {
|
|
12127
12165
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12136,8 +12174,9 @@
|
|
|
12136
12174
|
},
|
|
12137
12175
|
"kubernetes": {
|
|
12138
12176
|
"kind": "testActionGroup",
|
|
12139
|
-
"version": "4.
|
|
12177
|
+
"version": "4.10.0",
|
|
12140
12178
|
"name": "kubernetes",
|
|
12179
|
+
"module": "citrus-kubernetes",
|
|
12141
12180
|
"title": "Kubernetes",
|
|
12142
12181
|
"description": "Kubernetes test actions.",
|
|
12143
12182
|
"propertiesSchema": {
|
|
@@ -12172,9 +12211,10 @@
|
|
|
12172
12211
|
},
|
|
12173
12212
|
"kubernetes-agent": {
|
|
12174
12213
|
"kind": "testAction",
|
|
12175
|
-
"version": "4.
|
|
12214
|
+
"version": "4.10.0",
|
|
12176
12215
|
"name": "kubernetes-agent",
|
|
12177
12216
|
"group": "kubernetes",
|
|
12217
|
+
"module": "citrus-kubernetes",
|
|
12178
12218
|
"title": "Agent",
|
|
12179
12219
|
"propertiesSchema": {
|
|
12180
12220
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12242,9 +12282,10 @@
|
|
|
12242
12282
|
},
|
|
12243
12283
|
"kubernetes-connect": {
|
|
12244
12284
|
"kind": "testAction",
|
|
12245
|
-
"version": "4.
|
|
12285
|
+
"version": "4.10.0",
|
|
12246
12286
|
"name": "kubernetes-connect",
|
|
12247
12287
|
"group": "kubernetes",
|
|
12288
|
+
"module": "citrus-kubernetes",
|
|
12248
12289
|
"title": "Connect",
|
|
12249
12290
|
"propertiesSchema": {
|
|
12250
12291
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12283,9 +12324,10 @@
|
|
|
12283
12324
|
},
|
|
12284
12325
|
"kubernetes-connectService": {
|
|
12285
12326
|
"kind": "testAction",
|
|
12286
|
-
"version": "4.
|
|
12327
|
+
"version": "4.10.0",
|
|
12287
12328
|
"name": "kubernetes-connectService",
|
|
12288
12329
|
"group": "kubernetes",
|
|
12330
|
+
"module": "citrus-kubernetes",
|
|
12289
12331
|
"title": "ConnectService",
|
|
12290
12332
|
"propertiesSchema": {
|
|
12291
12333
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12316,9 +12358,10 @@
|
|
|
12316
12358
|
},
|
|
12317
12359
|
"kubernetes-createAnnotations": {
|
|
12318
12360
|
"kind": "testAction",
|
|
12319
|
-
"version": "4.
|
|
12361
|
+
"version": "4.10.0",
|
|
12320
12362
|
"name": "kubernetes-createAnnotations",
|
|
12321
12363
|
"group": "kubernetes",
|
|
12364
|
+
"module": "citrus-kubernetes",
|
|
12322
12365
|
"title": "CreateAnnotations",
|
|
12323
12366
|
"propertiesSchema": {
|
|
12324
12367
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12356,9 +12399,10 @@
|
|
|
12356
12399
|
},
|
|
12357
12400
|
"kubernetes-createConfigMap": {
|
|
12358
12401
|
"kind": "testAction",
|
|
12359
|
-
"version": "4.
|
|
12402
|
+
"version": "4.10.0",
|
|
12360
12403
|
"name": "kubernetes-createConfigMap",
|
|
12361
12404
|
"group": "kubernetes",
|
|
12405
|
+
"module": "citrus-kubernetes",
|
|
12362
12406
|
"title": "CreateConfigMap",
|
|
12363
12407
|
"propertiesSchema": {
|
|
12364
12408
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12396,9 +12440,10 @@
|
|
|
12396
12440
|
},
|
|
12397
12441
|
"kubernetes-createCustomResource": {
|
|
12398
12442
|
"kind": "testAction",
|
|
12399
|
-
"version": "4.
|
|
12443
|
+
"version": "4.10.0",
|
|
12400
12444
|
"name": "kubernetes-createCustomResource",
|
|
12401
12445
|
"group": "kubernetes",
|
|
12446
|
+
"module": "citrus-kubernetes",
|
|
12402
12447
|
"title": "CreateCustomResource",
|
|
12403
12448
|
"propertiesSchema": {
|
|
12404
12449
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12437,9 +12482,10 @@
|
|
|
12437
12482
|
},
|
|
12438
12483
|
"kubernetes-createLabels": {
|
|
12439
12484
|
"kind": "testAction",
|
|
12440
|
-
"version": "4.
|
|
12485
|
+
"version": "4.10.0",
|
|
12441
12486
|
"name": "kubernetes-createLabels",
|
|
12442
12487
|
"group": "kubernetes",
|
|
12488
|
+
"module": "citrus-kubernetes",
|
|
12443
12489
|
"title": "CreateLabels",
|
|
12444
12490
|
"propertiesSchema": {
|
|
12445
12491
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12477,9 +12523,10 @@
|
|
|
12477
12523
|
},
|
|
12478
12524
|
"kubernetes-createResource": {
|
|
12479
12525
|
"kind": "testAction",
|
|
12480
|
-
"version": "4.
|
|
12526
|
+
"version": "4.10.0",
|
|
12481
12527
|
"name": "kubernetes-createResource",
|
|
12482
12528
|
"group": "kubernetes",
|
|
12529
|
+
"module": "citrus-kubernetes",
|
|
12483
12530
|
"title": "CreateResource",
|
|
12484
12531
|
"propertiesSchema": {
|
|
12485
12532
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12498,9 +12545,10 @@
|
|
|
12498
12545
|
},
|
|
12499
12546
|
"kubernetes-createSecret": {
|
|
12500
12547
|
"kind": "testAction",
|
|
12501
|
-
"version": "4.
|
|
12548
|
+
"version": "4.10.0",
|
|
12502
12549
|
"name": "kubernetes-createSecret",
|
|
12503
12550
|
"group": "kubernetes",
|
|
12551
|
+
"module": "citrus-kubernetes",
|
|
12504
12552
|
"title": "CreateSecret",
|
|
12505
12553
|
"propertiesSchema": {
|
|
12506
12554
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12538,9 +12586,10 @@
|
|
|
12538
12586
|
},
|
|
12539
12587
|
"kubernetes-createService": {
|
|
12540
12588
|
"kind": "testAction",
|
|
12541
|
-
"version": "4.
|
|
12589
|
+
"version": "4.10.0",
|
|
12542
12590
|
"name": "kubernetes-createService",
|
|
12543
12591
|
"group": "kubernetes",
|
|
12592
|
+
"module": "citrus-kubernetes",
|
|
12544
12593
|
"title": "CreateService",
|
|
12545
12594
|
"propertiesSchema": {
|
|
12546
12595
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12612,9 +12661,10 @@
|
|
|
12612
12661
|
},
|
|
12613
12662
|
"kubernetes-deleteConfigMap": {
|
|
12614
12663
|
"kind": "testAction",
|
|
12615
|
-
"version": "4.
|
|
12664
|
+
"version": "4.10.0",
|
|
12616
12665
|
"name": "kubernetes-deleteConfigMap",
|
|
12617
12666
|
"group": "kubernetes",
|
|
12667
|
+
"module": "citrus-kubernetes",
|
|
12618
12668
|
"title": "DeleteConfigMap",
|
|
12619
12669
|
"propertiesSchema": {
|
|
12620
12670
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12629,9 +12679,10 @@
|
|
|
12629
12679
|
},
|
|
12630
12680
|
"kubernetes-deleteCustomResource": {
|
|
12631
12681
|
"kind": "testAction",
|
|
12632
|
-
"version": "4.
|
|
12682
|
+
"version": "4.10.0",
|
|
12633
12683
|
"name": "kubernetes-deleteCustomResource",
|
|
12634
12684
|
"group": "kubernetes",
|
|
12685
|
+
"module": "citrus-kubernetes",
|
|
12635
12686
|
"title": "DeleteCustomResource",
|
|
12636
12687
|
"propertiesSchema": {
|
|
12637
12688
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12666,9 +12717,10 @@
|
|
|
12666
12717
|
},
|
|
12667
12718
|
"kubernetes-deleteResource": {
|
|
12668
12719
|
"kind": "testAction",
|
|
12669
|
-
"version": "4.
|
|
12720
|
+
"version": "4.10.0",
|
|
12670
12721
|
"name": "kubernetes-deleteResource",
|
|
12671
12722
|
"group": "kubernetes",
|
|
12723
|
+
"module": "citrus-kubernetes",
|
|
12672
12724
|
"title": "DeleteResource",
|
|
12673
12725
|
"propertiesSchema": {
|
|
12674
12726
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12687,9 +12739,10 @@
|
|
|
12687
12739
|
},
|
|
12688
12740
|
"kubernetes-deleteSecret": {
|
|
12689
12741
|
"kind": "testAction",
|
|
12690
|
-
"version": "4.
|
|
12742
|
+
"version": "4.10.0",
|
|
12691
12743
|
"name": "kubernetes-deleteSecret",
|
|
12692
12744
|
"group": "kubernetes",
|
|
12745
|
+
"module": "citrus-kubernetes",
|
|
12693
12746
|
"title": "DeleteSecret",
|
|
12694
12747
|
"propertiesSchema": {
|
|
12695
12748
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12704,9 +12757,10 @@
|
|
|
12704
12757
|
},
|
|
12705
12758
|
"kubernetes-deleteService": {
|
|
12706
12759
|
"kind": "testAction",
|
|
12707
|
-
"version": "4.
|
|
12760
|
+
"version": "4.10.0",
|
|
12708
12761
|
"name": "kubernetes-deleteService",
|
|
12709
12762
|
"group": "kubernetes",
|
|
12763
|
+
"module": "citrus-kubernetes",
|
|
12710
12764
|
"title": "DeleteService",
|
|
12711
12765
|
"propertiesSchema": {
|
|
12712
12766
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12721,9 +12775,10 @@
|
|
|
12721
12775
|
},
|
|
12722
12776
|
"kubernetes-disconnect": {
|
|
12723
12777
|
"kind": "testAction",
|
|
12724
|
-
"version": "4.
|
|
12778
|
+
"version": "4.10.0",
|
|
12725
12779
|
"name": "kubernetes-disconnect",
|
|
12726
12780
|
"group": "kubernetes",
|
|
12781
|
+
"module": "citrus-kubernetes",
|
|
12727
12782
|
"title": "Disconnect",
|
|
12728
12783
|
"propertiesSchema": {
|
|
12729
12784
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12745,9 +12800,10 @@
|
|
|
12745
12800
|
},
|
|
12746
12801
|
"kubernetes-disconnectService": {
|
|
12747
12802
|
"kind": "testAction",
|
|
12748
|
-
"version": "4.
|
|
12803
|
+
"version": "4.10.0",
|
|
12749
12804
|
"name": "kubernetes-disconnectService",
|
|
12750
12805
|
"group": "kubernetes",
|
|
12806
|
+
"module": "citrus-kubernetes",
|
|
12751
12807
|
"title": "DisconnectService",
|
|
12752
12808
|
"propertiesSchema": {
|
|
12753
12809
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12766,9 +12822,10 @@
|
|
|
12766
12822
|
},
|
|
12767
12823
|
"kubernetes-verifyCustomResource": {
|
|
12768
12824
|
"kind": "testAction",
|
|
12769
|
-
"version": "4.
|
|
12825
|
+
"version": "4.10.0",
|
|
12770
12826
|
"name": "kubernetes-verifyCustomResource",
|
|
12771
12827
|
"group": "kubernetes",
|
|
12828
|
+
"module": "citrus-kubernetes",
|
|
12772
12829
|
"title": "VerifyCustomResource",
|
|
12773
12830
|
"propertiesSchema": {
|
|
12774
12831
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12819,9 +12876,10 @@
|
|
|
12819
12876
|
},
|
|
12820
12877
|
"kubernetes-verifyPod": {
|
|
12821
12878
|
"kind": "testAction",
|
|
12822
|
-
"version": "4.
|
|
12879
|
+
"version": "4.10.0",
|
|
12823
12880
|
"name": "kubernetes-verifyPod",
|
|
12824
12881
|
"group": "kubernetes",
|
|
12882
|
+
"module": "citrus-kubernetes",
|
|
12825
12883
|
"title": "VerifyPod",
|
|
12826
12884
|
"propertiesSchema": {
|
|
12827
12885
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12879,9 +12937,10 @@
|
|
|
12879
12937
|
},
|
|
12880
12938
|
"kubernetes-watchPodLogs": {
|
|
12881
12939
|
"kind": "testAction",
|
|
12882
|
-
"version": "4.
|
|
12940
|
+
"version": "4.10.0",
|
|
12883
12941
|
"name": "kubernetes-watchPodLogs",
|
|
12884
12942
|
"group": "kubernetes",
|
|
12943
|
+
"module": "citrus-kubernetes",
|
|
12885
12944
|
"title": "WatchPodLogs",
|
|
12886
12945
|
"propertiesSchema": {
|
|
12887
12946
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -12923,7 +12982,7 @@
|
|
|
12923
12982
|
},
|
|
12924
12983
|
"load": {
|
|
12925
12984
|
"kind": "testAction",
|
|
12926
|
-
"version": "4.
|
|
12985
|
+
"version": "4.10.0",
|
|
12927
12986
|
"name": "load",
|
|
12928
12987
|
"title": "Load",
|
|
12929
12988
|
"description": "Load properties test action.",
|
|
@@ -12955,8 +13014,9 @@
|
|
|
12955
13014
|
},
|
|
12956
13015
|
"openapi": {
|
|
12957
13016
|
"kind": "testActionGroup",
|
|
12958
|
-
"version": "4.
|
|
13017
|
+
"version": "4.10.0",
|
|
12959
13018
|
"name": "openapi",
|
|
13019
|
+
"module": "citrus-openapi",
|
|
12960
13020
|
"title": "Openapi",
|
|
12961
13021
|
"description": "OpenAPI related test actions.",
|
|
12962
13022
|
"propertiesSchema": {
|
|
@@ -12997,9 +13057,10 @@
|
|
|
12997
13057
|
},
|
|
12998
13058
|
"openapi-receiveRequest": {
|
|
12999
13059
|
"kind": "testAction",
|
|
13000
|
-
"version": "4.
|
|
13060
|
+
"version": "4.10.0",
|
|
13001
13061
|
"name": "openapi-receiveRequest",
|
|
13002
13062
|
"group": "openapi",
|
|
13063
|
+
"module": "citrus-openapi",
|
|
13003
13064
|
"title": "ReceiveRequest",
|
|
13004
13065
|
"description": "Receives a client request as a server.",
|
|
13005
13066
|
"propertiesSchema": {
|
|
@@ -13281,9 +13342,10 @@
|
|
|
13281
13342
|
},
|
|
13282
13343
|
"openapi-receiveResponse": {
|
|
13283
13344
|
"kind": "testAction",
|
|
13284
|
-
"version": "4.
|
|
13345
|
+
"version": "4.10.0",
|
|
13285
13346
|
"name": "openapi-receiveResponse",
|
|
13286
13347
|
"group": "openapi",
|
|
13348
|
+
"module": "citrus-openapi",
|
|
13287
13349
|
"title": "ReceiveResponse",
|
|
13288
13350
|
"description": "Receives a response as a client.",
|
|
13289
13351
|
"propertiesSchema": {
|
|
@@ -13460,9 +13522,10 @@
|
|
|
13460
13522
|
},
|
|
13461
13523
|
"openapi-sendRequest": {
|
|
13462
13524
|
"kind": "testAction",
|
|
13463
|
-
"version": "4.
|
|
13525
|
+
"version": "4.10.0",
|
|
13464
13526
|
"name": "openapi-sendRequest",
|
|
13465
13527
|
"group": "openapi",
|
|
13528
|
+
"module": "citrus-openapi",
|
|
13466
13529
|
"title": "SendRequest",
|
|
13467
13530
|
"description": "Send a request as a client.",
|
|
13468
13531
|
"propertiesSchema": {
|
|
@@ -13579,9 +13642,10 @@
|
|
|
13579
13642
|
},
|
|
13580
13643
|
"openapi-sendResponse": {
|
|
13581
13644
|
"kind": "testAction",
|
|
13582
|
-
"version": "4.
|
|
13645
|
+
"version": "4.10.0",
|
|
13583
13646
|
"name": "openapi-sendResponse",
|
|
13584
13647
|
"group": "openapi",
|
|
13648
|
+
"module": "citrus-openapi",
|
|
13585
13649
|
"title": "SendResponse",
|
|
13586
13650
|
"description": "Sends a response as a server.",
|
|
13587
13651
|
"propertiesSchema": {
|
|
@@ -13691,8 +13755,9 @@
|
|
|
13691
13755
|
},
|
|
13692
13756
|
"plsql": {
|
|
13693
13757
|
"kind": "testAction",
|
|
13694
|
-
"version": "4.
|
|
13758
|
+
"version": "4.10.0",
|
|
13695
13759
|
"name": "plsql",
|
|
13760
|
+
"module": "citrus-sql",
|
|
13696
13761
|
"title": "Plsql",
|
|
13697
13762
|
"description": "PLSQL test actions.",
|
|
13698
13763
|
"propertiesSchema": {
|
|
@@ -13763,7 +13828,7 @@
|
|
|
13763
13828
|
},
|
|
13764
13829
|
"print": {
|
|
13765
13830
|
"kind": "testAction",
|
|
13766
|
-
"version": "4.
|
|
13831
|
+
"version": "4.10.0",
|
|
13767
13832
|
"name": "print",
|
|
13768
13833
|
"title": "Print",
|
|
13769
13834
|
"description": "Print test action.",
|
|
@@ -13790,7 +13855,7 @@
|
|
|
13790
13855
|
},
|
|
13791
13856
|
"purge": {
|
|
13792
13857
|
"kind": "testAction",
|
|
13793
|
-
"version": "4.
|
|
13858
|
+
"version": "4.10.0",
|
|
13794
13859
|
"name": "purge",
|
|
13795
13860
|
"title": "Purge",
|
|
13796
13861
|
"description": "Purge test action.",
|
|
@@ -13889,8 +13954,9 @@
|
|
|
13889
13954
|
},
|
|
13890
13955
|
"purgeQueues": {
|
|
13891
13956
|
"kind": "testAction",
|
|
13892
|
-
"version": "4.
|
|
13957
|
+
"version": "4.10.0",
|
|
13893
13958
|
"name": "purgeQueues",
|
|
13959
|
+
"module": "citrus-jms",
|
|
13894
13960
|
"title": "PurgeQueues",
|
|
13895
13961
|
"description": "Purge JMS queue test action.",
|
|
13896
13962
|
"propertiesSchema": {
|
|
@@ -13947,7 +14013,7 @@
|
|
|
13947
14013
|
},
|
|
13948
14014
|
"receive": {
|
|
13949
14015
|
"kind": "testAction",
|
|
13950
|
-
"version": "4.
|
|
14016
|
+
"version": "4.10.0",
|
|
13951
14017
|
"name": "receive",
|
|
13952
14018
|
"title": "Receive",
|
|
13953
14019
|
"description": "Receive message test action.",
|
|
@@ -14579,8 +14645,9 @@
|
|
|
14579
14645
|
},
|
|
14580
14646
|
"selenium": {
|
|
14581
14647
|
"kind": "testActionGroup",
|
|
14582
|
-
"version": "4.
|
|
14648
|
+
"version": "4.10.0",
|
|
14583
14649
|
"name": "selenium",
|
|
14650
|
+
"module": "citrus-selenium",
|
|
14584
14651
|
"title": "Selenium",
|
|
14585
14652
|
"description": "Selenium test actions.",
|
|
14586
14653
|
"propertiesSchema": {
|
|
@@ -14607,9 +14674,10 @@
|
|
|
14607
14674
|
},
|
|
14608
14675
|
"selenium-alert": {
|
|
14609
14676
|
"kind": "testAction",
|
|
14610
|
-
"version": "4.
|
|
14677
|
+
"version": "4.10.0",
|
|
14611
14678
|
"name": "selenium-alert",
|
|
14612
14679
|
"group": "selenium",
|
|
14680
|
+
"module": "citrus-selenium",
|
|
14613
14681
|
"title": "Alert",
|
|
14614
14682
|
"propertiesSchema": {
|
|
14615
14683
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -14632,9 +14700,10 @@
|
|
|
14632
14700
|
},
|
|
14633
14701
|
"selenium-checkInput": {
|
|
14634
14702
|
"kind": "testAction",
|
|
14635
|
-
"version": "4.
|
|
14703
|
+
"version": "4.10.0",
|
|
14636
14704
|
"name": "selenium-checkInput",
|
|
14637
14705
|
"group": "selenium",
|
|
14706
|
+
"module": "citrus-selenium",
|
|
14638
14707
|
"title": "CheckInput",
|
|
14639
14708
|
"propertiesSchema": {
|
|
14640
14709
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -14703,9 +14772,10 @@
|
|
|
14703
14772
|
},
|
|
14704
14773
|
"selenium-clearCache": {
|
|
14705
14774
|
"kind": "testAction",
|
|
14706
|
-
"version": "4.
|
|
14775
|
+
"version": "4.10.0",
|
|
14707
14776
|
"name": "selenium-clearCache",
|
|
14708
14777
|
"group": "selenium",
|
|
14778
|
+
"module": "citrus-selenium",
|
|
14709
14779
|
"title": "ClearCache",
|
|
14710
14780
|
"propertiesSchema": {
|
|
14711
14781
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -14714,9 +14784,10 @@
|
|
|
14714
14784
|
},
|
|
14715
14785
|
"selenium-click": {
|
|
14716
14786
|
"kind": "testAction",
|
|
14717
|
-
"version": "4.
|
|
14787
|
+
"version": "4.10.0",
|
|
14718
14788
|
"name": "selenium-click",
|
|
14719
14789
|
"group": "selenium",
|
|
14790
|
+
"module": "citrus-selenium",
|
|
14720
14791
|
"title": "Click",
|
|
14721
14792
|
"propertiesSchema": {
|
|
14722
14793
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -14781,9 +14852,10 @@
|
|
|
14781
14852
|
},
|
|
14782
14853
|
"selenium-closeWindow": {
|
|
14783
14854
|
"kind": "testAction",
|
|
14784
|
-
"version": "4.
|
|
14855
|
+
"version": "4.10.0",
|
|
14785
14856
|
"name": "selenium-closeWindow",
|
|
14786
14857
|
"group": "selenium",
|
|
14858
|
+
"module": "citrus-selenium",
|
|
14787
14859
|
"title": "CloseWindow",
|
|
14788
14860
|
"propertiesSchema": {
|
|
14789
14861
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -14802,9 +14874,10 @@
|
|
|
14802
14874
|
},
|
|
14803
14875
|
"selenium-dropdownSelect": {
|
|
14804
14876
|
"kind": "testAction",
|
|
14805
|
-
"version": "4.
|
|
14877
|
+
"version": "4.10.0",
|
|
14806
14878
|
"name": "selenium-dropdownSelect",
|
|
14807
14879
|
"group": "selenium",
|
|
14880
|
+
"module": "citrus-selenium",
|
|
14808
14881
|
"title": "DropdownSelect",
|
|
14809
14882
|
"propertiesSchema": {
|
|
14810
14883
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -14881,9 +14954,10 @@
|
|
|
14881
14954
|
},
|
|
14882
14955
|
"selenium-fillForm": {
|
|
14883
14956
|
"kind": "testAction",
|
|
14884
|
-
"version": "4.
|
|
14957
|
+
"version": "4.10.0",
|
|
14885
14958
|
"name": "selenium-fillForm",
|
|
14886
14959
|
"group": "selenium",
|
|
14960
|
+
"module": "citrus-selenium",
|
|
14887
14961
|
"title": "FillForm",
|
|
14888
14962
|
"propertiesSchema": {
|
|
14889
14963
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -14921,9 +14995,10 @@
|
|
|
14921
14995
|
},
|
|
14922
14996
|
"selenium-find": {
|
|
14923
14997
|
"kind": "testAction",
|
|
14924
|
-
"version": "4.
|
|
14998
|
+
"version": "4.10.0",
|
|
14925
14999
|
"name": "selenium-find",
|
|
14926
15000
|
"group": "selenium",
|
|
15001
|
+
"module": "citrus-selenium",
|
|
14927
15002
|
"title": "Find",
|
|
14928
15003
|
"propertiesSchema": {
|
|
14929
15004
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15049,9 +15124,10 @@
|
|
|
15049
15124
|
},
|
|
15050
15125
|
"selenium-focusWindow": {
|
|
15051
15126
|
"kind": "testAction",
|
|
15052
|
-
"version": "4.
|
|
15127
|
+
"version": "4.10.0",
|
|
15053
15128
|
"name": "selenium-focusWindow",
|
|
15054
15129
|
"group": "selenium",
|
|
15130
|
+
"module": "citrus-selenium",
|
|
15055
15131
|
"title": "FocusWindow",
|
|
15056
15132
|
"propertiesSchema": {
|
|
15057
15133
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15070,9 +15146,10 @@
|
|
|
15070
15146
|
},
|
|
15071
15147
|
"selenium-getStoredFile": {
|
|
15072
15148
|
"kind": "testAction",
|
|
15073
|
-
"version": "4.
|
|
15149
|
+
"version": "4.10.0",
|
|
15074
15150
|
"name": "selenium-getStoredFile",
|
|
15075
15151
|
"group": "selenium",
|
|
15152
|
+
"module": "citrus-selenium",
|
|
15076
15153
|
"title": "GetStoredFile",
|
|
15077
15154
|
"propertiesSchema": {
|
|
15078
15155
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15087,9 +15164,10 @@
|
|
|
15087
15164
|
},
|
|
15088
15165
|
"selenium-hover": {
|
|
15089
15166
|
"kind": "testAction",
|
|
15090
|
-
"version": "4.
|
|
15167
|
+
"version": "4.10.0",
|
|
15091
15168
|
"name": "selenium-hover",
|
|
15092
15169
|
"group": "selenium",
|
|
15170
|
+
"module": "citrus-selenium",
|
|
15093
15171
|
"title": "Hover",
|
|
15094
15172
|
"propertiesSchema": {
|
|
15095
15173
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15154,9 +15232,10 @@
|
|
|
15154
15232
|
},
|
|
15155
15233
|
"selenium-javaScript": {
|
|
15156
15234
|
"kind": "testAction",
|
|
15157
|
-
"version": "4.
|
|
15235
|
+
"version": "4.10.0",
|
|
15158
15236
|
"name": "selenium-javaScript",
|
|
15159
15237
|
"group": "selenium",
|
|
15238
|
+
"module": "citrus-selenium",
|
|
15160
15239
|
"title": "JavaScript",
|
|
15161
15240
|
"propertiesSchema": {
|
|
15162
15241
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15193,9 +15272,10 @@
|
|
|
15193
15272
|
},
|
|
15194
15273
|
"selenium-navigate": {
|
|
15195
15274
|
"kind": "testAction",
|
|
15196
|
-
"version": "4.
|
|
15275
|
+
"version": "4.10.0",
|
|
15197
15276
|
"name": "selenium-navigate",
|
|
15198
15277
|
"group": "selenium",
|
|
15278
|
+
"module": "citrus-selenium",
|
|
15199
15279
|
"title": "Navigate",
|
|
15200
15280
|
"propertiesSchema": {
|
|
15201
15281
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15210,9 +15290,10 @@
|
|
|
15210
15290
|
},
|
|
15211
15291
|
"selenium-openWindow": {
|
|
15212
15292
|
"kind": "testAction",
|
|
15213
|
-
"version": "4.
|
|
15293
|
+
"version": "4.10.0",
|
|
15214
15294
|
"name": "selenium-openWindow",
|
|
15215
15295
|
"group": "selenium",
|
|
15296
|
+
"module": "citrus-selenium",
|
|
15216
15297
|
"title": "OpenWindow",
|
|
15217
15298
|
"propertiesSchema": {
|
|
15218
15299
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15231,9 +15312,10 @@
|
|
|
15231
15312
|
},
|
|
15232
15313
|
"selenium-page": {
|
|
15233
15314
|
"kind": "testAction",
|
|
15234
|
-
"version": "4.
|
|
15315
|
+
"version": "4.10.0",
|
|
15235
15316
|
"name": "selenium-page",
|
|
15236
15317
|
"group": "selenium",
|
|
15318
|
+
"module": "citrus-selenium",
|
|
15237
15319
|
"title": "Page",
|
|
15238
15320
|
"propertiesSchema": {
|
|
15239
15321
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15276,9 +15358,10 @@
|
|
|
15276
15358
|
},
|
|
15277
15359
|
"selenium-screenshot": {
|
|
15278
15360
|
"kind": "testAction",
|
|
15279
|
-
"version": "4.
|
|
15361
|
+
"version": "4.10.0",
|
|
15280
15362
|
"name": "selenium-screenshot",
|
|
15281
15363
|
"group": "selenium",
|
|
15364
|
+
"module": "citrus-selenium",
|
|
15282
15365
|
"title": "Screenshot",
|
|
15283
15366
|
"propertiesSchema": {
|
|
15284
15367
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15293,9 +15376,10 @@
|
|
|
15293
15376
|
},
|
|
15294
15377
|
"selenium-setInput": {
|
|
15295
15378
|
"kind": "testAction",
|
|
15296
|
-
"version": "4.
|
|
15379
|
+
"version": "4.10.0",
|
|
15297
15380
|
"name": "selenium-setInput",
|
|
15298
15381
|
"group": "selenium",
|
|
15382
|
+
"module": "citrus-selenium",
|
|
15299
15383
|
"title": "SetInput",
|
|
15300
15384
|
"propertiesSchema": {
|
|
15301
15385
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15364,9 +15448,10 @@
|
|
|
15364
15448
|
},
|
|
15365
15449
|
"selenium-start": {
|
|
15366
15450
|
"kind": "testAction",
|
|
15367
|
-
"version": "4.
|
|
15451
|
+
"version": "4.10.0",
|
|
15368
15452
|
"name": "selenium-start",
|
|
15369
15453
|
"group": "selenium",
|
|
15454
|
+
"module": "citrus-selenium",
|
|
15370
15455
|
"title": "Start",
|
|
15371
15456
|
"propertiesSchema": {
|
|
15372
15457
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15385,9 +15470,10 @@
|
|
|
15385
15470
|
},
|
|
15386
15471
|
"selenium-stop": {
|
|
15387
15472
|
"kind": "testAction",
|
|
15388
|
-
"version": "4.
|
|
15473
|
+
"version": "4.10.0",
|
|
15389
15474
|
"name": "selenium-stop",
|
|
15390
15475
|
"group": "selenium",
|
|
15476
|
+
"module": "citrus-selenium",
|
|
15391
15477
|
"title": "Stop",
|
|
15392
15478
|
"propertiesSchema": {
|
|
15393
15479
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15402,9 +15488,10 @@
|
|
|
15402
15488
|
},
|
|
15403
15489
|
"selenium-storeFile": {
|
|
15404
15490
|
"kind": "testAction",
|
|
15405
|
-
"version": "4.
|
|
15491
|
+
"version": "4.10.0",
|
|
15406
15492
|
"name": "selenium-storeFile",
|
|
15407
15493
|
"group": "selenium",
|
|
15494
|
+
"module": "citrus-selenium",
|
|
15408
15495
|
"title": "StoreFile",
|
|
15409
15496
|
"propertiesSchema": {
|
|
15410
15497
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15419,9 +15506,10 @@
|
|
|
15419
15506
|
},
|
|
15420
15507
|
"selenium-switchWindow": {
|
|
15421
15508
|
"kind": "testAction",
|
|
15422
|
-
"version": "4.
|
|
15509
|
+
"version": "4.10.0",
|
|
15423
15510
|
"name": "selenium-switchWindow",
|
|
15424
15511
|
"group": "selenium",
|
|
15512
|
+
"module": "citrus-selenium",
|
|
15425
15513
|
"title": "SwitchWindow",
|
|
15426
15514
|
"propertiesSchema": {
|
|
15427
15515
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15440,9 +15528,10 @@
|
|
|
15440
15528
|
},
|
|
15441
15529
|
"selenium-waitUntil": {
|
|
15442
15530
|
"kind": "testAction",
|
|
15443
|
-
"version": "4.
|
|
15531
|
+
"version": "4.10.0",
|
|
15444
15532
|
"name": "selenium-waitUntil",
|
|
15445
15533
|
"group": "selenium",
|
|
15534
|
+
"module": "citrus-selenium",
|
|
15446
15535
|
"title": "WaitUntil",
|
|
15447
15536
|
"propertiesSchema": {
|
|
15448
15537
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -15519,7 +15608,7 @@
|
|
|
15519
15608
|
},
|
|
15520
15609
|
"send": {
|
|
15521
15610
|
"kind": "testAction",
|
|
15522
|
-
"version": "4.
|
|
15611
|
+
"version": "4.10.0",
|
|
15523
15612
|
"name": "send",
|
|
15524
15613
|
"title": "Send",
|
|
15525
15614
|
"description": "Send message test action.",
|
|
@@ -15872,7 +15961,7 @@
|
|
|
15872
15961
|
},
|
|
15873
15962
|
"sleep": {
|
|
15874
15963
|
"kind": "testAction",
|
|
15875
|
-
"version": "4.
|
|
15964
|
+
"version": "4.10.0",
|
|
15876
15965
|
"name": "sleep",
|
|
15877
15966
|
"title": "Sleep",
|
|
15878
15967
|
"description": "Sleep test action.",
|
|
@@ -15901,8 +15990,9 @@
|
|
|
15901
15990
|
},
|
|
15902
15991
|
"soap": {
|
|
15903
15992
|
"kind": "testActionGroup",
|
|
15904
|
-
"version": "4.
|
|
15993
|
+
"version": "4.10.0",
|
|
15905
15994
|
"name": "soap",
|
|
15995
|
+
"module": "citrus-ws",
|
|
15906
15996
|
"title": "Soap",
|
|
15907
15997
|
"description": "SOAP Web Services related test actions.",
|
|
15908
15998
|
"propertiesSchema": {
|
|
@@ -15935,9 +16025,10 @@
|
|
|
15935
16025
|
},
|
|
15936
16026
|
"soap-receiveRequest": {
|
|
15937
16027
|
"kind": "testAction",
|
|
15938
|
-
"version": "4.
|
|
16028
|
+
"version": "4.10.0",
|
|
15939
16029
|
"name": "soap-receiveRequest",
|
|
15940
16030
|
"group": "soap",
|
|
16031
|
+
"module": "citrus-ws",
|
|
15941
16032
|
"title": "ReceiveRequest",
|
|
15942
16033
|
"description": "Receives a SOAP request as a server.",
|
|
15943
16034
|
"propertiesSchema": {
|
|
@@ -16426,9 +16517,10 @@
|
|
|
16426
16517
|
},
|
|
16427
16518
|
"soap-receiveResponse": {
|
|
16428
16519
|
"kind": "testAction",
|
|
16429
|
-
"version": "4.
|
|
16520
|
+
"version": "4.10.0",
|
|
16430
16521
|
"name": "soap-receiveResponse",
|
|
16431
16522
|
"group": "soap",
|
|
16523
|
+
"module": "citrus-ws",
|
|
16432
16524
|
"title": "ReceiveResponse",
|
|
16433
16525
|
"description": "Receives a SOAP response as a client.",
|
|
16434
16526
|
"propertiesSchema": {
|
|
@@ -17059,9 +17151,10 @@
|
|
|
17059
17151
|
},
|
|
17060
17152
|
"soap-sendFault": {
|
|
17061
17153
|
"kind": "testAction",
|
|
17062
|
-
"version": "4.
|
|
17154
|
+
"version": "4.10.0",
|
|
17063
17155
|
"name": "soap-sendFault",
|
|
17064
17156
|
"group": "soap",
|
|
17157
|
+
"module": "citrus-ws",
|
|
17065
17158
|
"title": "SendFault",
|
|
17066
17159
|
"description": "Sends a SOAP fault response as a server",
|
|
17067
17160
|
"propertiesSchema": {
|
|
@@ -17496,9 +17589,10 @@
|
|
|
17496
17589
|
},
|
|
17497
17590
|
"soap-sendRequest": {
|
|
17498
17591
|
"kind": "testAction",
|
|
17499
|
-
"version": "4.
|
|
17592
|
+
"version": "4.10.0",
|
|
17500
17593
|
"name": "soap-sendRequest",
|
|
17501
17594
|
"group": "soap",
|
|
17595
|
+
"module": "citrus-ws",
|
|
17502
17596
|
"title": "SendRequest",
|
|
17503
17597
|
"description": "Sends a SOAP request as a client.",
|
|
17504
17598
|
"propertiesSchema": {
|
|
@@ -17914,9 +18008,10 @@
|
|
|
17914
18008
|
},
|
|
17915
18009
|
"soap-sendResponse": {
|
|
17916
18010
|
"kind": "testAction",
|
|
17917
|
-
"version": "4.
|
|
18011
|
+
"version": "4.10.0",
|
|
17918
18012
|
"name": "soap-sendResponse",
|
|
17919
18013
|
"group": "soap",
|
|
18014
|
+
"module": "citrus-ws",
|
|
17920
18015
|
"title": "SendResponse",
|
|
17921
18016
|
"description": "Sends a SOAP response as a server.",
|
|
17922
18017
|
"propertiesSchema": {
|
|
@@ -18310,8 +18405,9 @@
|
|
|
18310
18405
|
},
|
|
18311
18406
|
"sql": {
|
|
18312
18407
|
"kind": "testAction",
|
|
18313
|
-
"version": "4.
|
|
18408
|
+
"version": "4.10.0",
|
|
18314
18409
|
"name": "sql",
|
|
18410
|
+
"module": "citrus-sql",
|
|
18315
18411
|
"title": "Sql",
|
|
18316
18412
|
"description": "SQL test actions.",
|
|
18317
18413
|
"propertiesSchema": {
|
|
@@ -18447,7 +18543,7 @@
|
|
|
18447
18543
|
},
|
|
18448
18544
|
"start": {
|
|
18449
18545
|
"kind": "testAction",
|
|
18450
|
-
"version": "4.
|
|
18546
|
+
"version": "4.10.0",
|
|
18451
18547
|
"name": "start",
|
|
18452
18548
|
"title": "Start",
|
|
18453
18549
|
"description": "Start server test action.",
|
|
@@ -18479,7 +18575,7 @@
|
|
|
18479
18575
|
},
|
|
18480
18576
|
"stop": {
|
|
18481
18577
|
"kind": "testAction",
|
|
18482
|
-
"version": "4.
|
|
18578
|
+
"version": "4.10.0",
|
|
18483
18579
|
"name": "stop",
|
|
18484
18580
|
"title": "Stop",
|
|
18485
18581
|
"description": "Stop server test action.",
|
|
@@ -18511,7 +18607,7 @@
|
|
|
18511
18607
|
},
|
|
18512
18608
|
"stopTime": {
|
|
18513
18609
|
"kind": "testAction",
|
|
18514
|
-
"version": "4.
|
|
18610
|
+
"version": "4.10.0",
|
|
18515
18611
|
"name": "stopTime",
|
|
18516
18612
|
"title": "StopTime",
|
|
18517
18613
|
"description": "Stop time test action.",
|
|
@@ -18540,7 +18636,7 @@
|
|
|
18540
18636
|
},
|
|
18541
18637
|
"stopTimer": {
|
|
18542
18638
|
"kind": "testAction",
|
|
18543
|
-
"version": "4.
|
|
18639
|
+
"version": "4.10.0",
|
|
18544
18640
|
"name": "stopTimer",
|
|
18545
18641
|
"title": "StopTimer",
|
|
18546
18642
|
"description": "Stop timer test action.",
|
|
@@ -18567,8 +18663,9 @@
|
|
|
18567
18663
|
},
|
|
18568
18664
|
"testcontainers": {
|
|
18569
18665
|
"kind": "testActionGroup",
|
|
18570
|
-
"version": "4.
|
|
18666
|
+
"version": "4.10.0",
|
|
18571
18667
|
"name": "testcontainers",
|
|
18668
|
+
"module": "citrus-testcontainers",
|
|
18572
18669
|
"title": "Testcontainers",
|
|
18573
18670
|
"description": "Testcontainers test actions.",
|
|
18574
18671
|
"propertiesSchema": {
|
|
@@ -18591,9 +18688,10 @@
|
|
|
18591
18688
|
},
|
|
18592
18689
|
"testcontainers-compose": {
|
|
18593
18690
|
"kind": "testActionGroup",
|
|
18594
|
-
"version": "4.
|
|
18691
|
+
"version": "4.10.0",
|
|
18595
18692
|
"name": "testcontainers-compose",
|
|
18596
18693
|
"group": "testcontainers",
|
|
18694
|
+
"module": "citrus-testcontainers",
|
|
18597
18695
|
"title": "Compose",
|
|
18598
18696
|
"propertiesSchema": {
|
|
18599
18697
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -18602,7 +18700,7 @@
|
|
|
18602
18700
|
},
|
|
18603
18701
|
"testcontainers-compose-down": {
|
|
18604
18702
|
"kind": "testAction",
|
|
18605
|
-
"version": "4.
|
|
18703
|
+
"version": "4.10.0",
|
|
18606
18704
|
"name": "testcontainers-compose-down",
|
|
18607
18705
|
"group": "testcontainers-compose",
|
|
18608
18706
|
"title": "Down",
|
|
@@ -18622,7 +18720,7 @@
|
|
|
18622
18720
|
},
|
|
18623
18721
|
"testcontainers-compose-up": {
|
|
18624
18722
|
"kind": "testAction",
|
|
18625
|
-
"version": "4.
|
|
18723
|
+
"version": "4.10.0",
|
|
18626
18724
|
"name": "testcontainers-compose-up",
|
|
18627
18725
|
"group": "testcontainers-compose",
|
|
18628
18726
|
"title": "Up",
|
|
@@ -18689,9 +18787,10 @@
|
|
|
18689
18787
|
},
|
|
18690
18788
|
"testcontainers-start": {
|
|
18691
18789
|
"kind": "testActionGroup",
|
|
18692
|
-
"version": "4.
|
|
18790
|
+
"version": "4.10.0",
|
|
18693
18791
|
"name": "testcontainers-start",
|
|
18694
18792
|
"group": "testcontainers",
|
|
18793
|
+
"module": "citrus-testcontainers",
|
|
18695
18794
|
"title": "Start",
|
|
18696
18795
|
"propertiesSchema": {
|
|
18697
18796
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -18700,7 +18799,7 @@
|
|
|
18700
18799
|
},
|
|
18701
18800
|
"testcontainers-start-container": {
|
|
18702
18801
|
"kind": "testAction",
|
|
18703
|
-
"version": "4.
|
|
18802
|
+
"version": "4.10.0",
|
|
18704
18803
|
"name": "testcontainers-start-container",
|
|
18705
18804
|
"group": "testcontainers-start",
|
|
18706
18805
|
"title": "Container",
|
|
@@ -18829,7 +18928,7 @@
|
|
|
18829
18928
|
},
|
|
18830
18929
|
"testcontainers-start-kafka": {
|
|
18831
18930
|
"kind": "testAction",
|
|
18832
|
-
"version": "4.
|
|
18931
|
+
"version": "4.10.0",
|
|
18833
18932
|
"name": "testcontainers-start-kafka",
|
|
18834
18933
|
"group": "testcontainers-start",
|
|
18835
18934
|
"title": "Kafka",
|
|
@@ -18970,7 +19069,7 @@
|
|
|
18970
19069
|
},
|
|
18971
19070
|
"testcontainers-start-localstack": {
|
|
18972
19071
|
"kind": "testAction",
|
|
18973
|
-
"version": "4.
|
|
19072
|
+
"version": "4.10.0",
|
|
18974
19073
|
"name": "testcontainers-start-localstack",
|
|
18975
19074
|
"group": "testcontainers-start",
|
|
18976
19075
|
"title": "Localstack",
|
|
@@ -19123,7 +19222,7 @@
|
|
|
19123
19222
|
},
|
|
19124
19223
|
"testcontainers-start-mongodb": {
|
|
19125
19224
|
"kind": "testAction",
|
|
19126
|
-
"version": "4.
|
|
19225
|
+
"version": "4.10.0",
|
|
19127
19226
|
"name": "testcontainers-start-mongodb",
|
|
19128
19227
|
"group": "testcontainers-start",
|
|
19129
19228
|
"title": "Mongodb",
|
|
@@ -19256,7 +19355,7 @@
|
|
|
19256
19355
|
},
|
|
19257
19356
|
"testcontainers-start-postgresql": {
|
|
19258
19357
|
"kind": "testAction",
|
|
19259
|
-
"version": "4.
|
|
19358
|
+
"version": "4.10.0",
|
|
19260
19359
|
"name": "testcontainers-start-postgresql",
|
|
19261
19360
|
"group": "testcontainers-start",
|
|
19262
19361
|
"title": "Postgresql",
|
|
@@ -19420,7 +19519,7 @@
|
|
|
19420
19519
|
},
|
|
19421
19520
|
"testcontainers-start-redpanda": {
|
|
19422
19521
|
"kind": "testAction",
|
|
19423
|
-
"version": "4.
|
|
19522
|
+
"version": "4.10.0",
|
|
19424
19523
|
"name": "testcontainers-start-redpanda",
|
|
19425
19524
|
"group": "testcontainers-start",
|
|
19426
19525
|
"title": "Redpanda",
|
|
@@ -19553,9 +19652,10 @@
|
|
|
19553
19652
|
},
|
|
19554
19653
|
"testcontainers-stop": {
|
|
19555
19654
|
"kind": "testAction",
|
|
19556
|
-
"version": "4.
|
|
19655
|
+
"version": "4.10.0",
|
|
19557
19656
|
"name": "testcontainers-stop",
|
|
19558
19657
|
"group": "testcontainers",
|
|
19658
|
+
"module": "citrus-testcontainers",
|
|
19559
19659
|
"title": "Stop",
|
|
19560
19660
|
"propertiesSchema": {
|
|
19561
19661
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -19570,7 +19670,7 @@
|
|
|
19570
19670
|
},
|
|
19571
19671
|
"trace": {
|
|
19572
19672
|
"kind": "testAction",
|
|
19573
|
-
"version": "4.
|
|
19673
|
+
"version": "4.10.0",
|
|
19574
19674
|
"name": "trace",
|
|
19575
19675
|
"title": "Trace",
|
|
19576
19676
|
"description": "Trace variables test action.",
|
|
@@ -19608,7 +19708,7 @@
|
|
|
19608
19708
|
},
|
|
19609
19709
|
"transform": {
|
|
19610
19710
|
"kind": "testAction",
|
|
19611
|
-
"version": "4.
|
|
19711
|
+
"version": "4.10.0",
|
|
19612
19712
|
"name": "transform",
|
|
19613
19713
|
"title": "Transform",
|
|
19614
19714
|
"description": "Transform test action.",
|
|
@@ -19688,7 +19788,7 @@
|
|
|
19688
19788
|
},
|
|
19689
19789
|
"waitFor": {
|
|
19690
19790
|
"kind": "testAction",
|
|
19691
|
-
"version": "4.
|
|
19791
|
+
"version": "4.10.0",
|
|
19692
19792
|
"name": "waitFor",
|
|
19693
19793
|
"title": "WaitFor",
|
|
19694
19794
|
"description": "Wait for test action.",
|