doc-detective-common 3.4.1-dev.3 → 3.4.1-dev.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/dist/schemas/checkLink_v3.schema.json +2 -2
- package/dist/schemas/click_v3.schema.json +4 -4
- package/dist/schemas/config_v3.schema.json +147 -121
- package/dist/schemas/find_v3.schema.json +41 -28
- package/dist/schemas/httpRequest_v3.schema.json +2 -2
- package/dist/schemas/report_v3.schema.json +144 -118
- package/dist/schemas/resolvedTests_v3.schema.json +291 -239
- package/dist/schemas/runCode_v3.schema.json +4 -4
- package/dist/schemas/runShell_v3.schema.json +4 -4
- package/dist/schemas/screenshot_v3.schema.json +6 -6
- package/dist/schemas/spec_v3.schema.json +144 -118
- package/dist/schemas/step_v3.schema.json +71 -58
- package/dist/schemas/test_v3.schema.json +143 -117
- package/dist/schemas/type_v3.schema.json +8 -8
- package/package.json +1 -1
- package/src/schemas/build/checkLink_v3.schema.json +1 -1
- package/src/schemas/build/click_v3.schema.json +2 -2
- package/src/schemas/build/find_v3.schema.json +15 -2
- package/src/schemas/build/httpRequest_v3.schema.json +1 -1
- package/src/schemas/build/runCode_v3.schema.json +2 -2
- package/src/schemas/build/runShell_v3.schema.json +2 -2
- package/src/schemas/build/screenshot_v3.schema.json +2 -2
- package/src/schemas/build/test_v3.schema.json +1 -1
- package/src/schemas/build/type_v3.schema.json +3 -3
- package/src/schemas/output_schemas/checkLink_v3.schema.json +2 -2
- package/src/schemas/output_schemas/click_v3.schema.json +4 -4
- package/src/schemas/output_schemas/config_v3.schema.json +147 -121
- package/src/schemas/output_schemas/find_v3.schema.json +41 -28
- package/src/schemas/output_schemas/httpRequest_v3.schema.json +2 -2
- package/src/schemas/output_schemas/report_v3.schema.json +144 -118
- package/src/schemas/output_schemas/resolvedTests_v3.schema.json +291 -239
- package/src/schemas/output_schemas/runCode_v3.schema.json +4 -4
- package/src/schemas/output_schemas/runShell_v3.schema.json +4 -4
- package/src/schemas/output_schemas/screenshot_v3.schema.json +6 -6
- package/src/schemas/output_schemas/spec_v3.schema.json +144 -118
- package/src/schemas/output_schemas/step_v3.schema.json +71 -58
- package/src/schemas/output_schemas/test_v3.schema.json +143 -117
- package/src/schemas/output_schemas/type_v3.schema.json +8 -8
- package/src/schemas/schemas.json +1011 -829
- package/src/schemas/src_schemas/checkLink_v3.schema.json +1 -1
- package/src/schemas/src_schemas/click_v3.schema.json +2 -2
- package/src/schemas/src_schemas/find_v3.schema.json +12 -2
- package/src/schemas/src_schemas/httpRequest_v3.schema.json +1 -1
- package/src/schemas/src_schemas/runCode_v3.schema.json +2 -2
- package/src/schemas/src_schemas/runShell_v3.schema.json +2 -2
- package/src/schemas/src_schemas/screenshot_v3.schema.json +2 -2
- package/src/schemas/src_schemas/test_v3.schema.json +1 -1
- package/src/schemas/src_schemas/type_v3.schema.json +3 -3
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"type": "array",
|
|
28
28
|
"description": "Arguments for the command.",
|
|
29
29
|
"items": {
|
|
30
|
-
"
|
|
30
|
+
"anyOf": [
|
|
31
31
|
{
|
|
32
32
|
"type": "string"
|
|
33
33
|
}
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"type": "array",
|
|
45
45
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
46
46
|
"items": {
|
|
47
|
-
"
|
|
47
|
+
"anyOf": [
|
|
48
48
|
{
|
|
49
49
|
"type": "integer"
|
|
50
50
|
}
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"type": "array",
|
|
119
119
|
"description": "Arguments for the command.",
|
|
120
120
|
"items": {
|
|
121
|
-
"
|
|
121
|
+
"anyOf": [
|
|
122
122
|
{
|
|
123
123
|
"type": "string"
|
|
124
124
|
}
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"type": "array",
|
|
136
136
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
137
137
|
"items": {
|
|
138
|
-
"
|
|
138
|
+
"anyOf": [
|
|
139
139
|
{
|
|
140
140
|
"type": "integer"
|
|
141
141
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"type": "array",
|
|
27
27
|
"description": "Arguments for the command.",
|
|
28
28
|
"items": {
|
|
29
|
-
"
|
|
29
|
+
"anyOf": [
|
|
30
30
|
{
|
|
31
31
|
"type": "string"
|
|
32
32
|
}
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"type": "array",
|
|
44
44
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
45
45
|
"items": {
|
|
46
|
-
"
|
|
46
|
+
"anyOf": [
|
|
47
47
|
{
|
|
48
48
|
"type": "integer"
|
|
49
49
|
}
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"type": "array",
|
|
117
117
|
"description": "Arguments for the command.",
|
|
118
118
|
"items": {
|
|
119
|
-
"
|
|
119
|
+
"anyOf": [
|
|
120
120
|
{
|
|
121
121
|
"type": "string"
|
|
122
122
|
}
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"type": "array",
|
|
134
134
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
135
135
|
"items": {
|
|
136
|
-
"
|
|
136
|
+
"anyOf": [
|
|
137
137
|
{
|
|
138
138
|
"type": "integer"
|
|
139
139
|
}
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
117
117
|
},
|
|
118
118
|
"elementClass": {
|
|
119
|
-
"
|
|
119
|
+
"anyOf": [
|
|
120
120
|
{
|
|
121
121
|
"type": "string"
|
|
122
122
|
},
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"type": "object",
|
|
134
134
|
"description": "Object of attribute key-value pairs that the element must have. Values can be strings (supporting /pattern/ regex), numbers, or booleans. Boolean true matches attribute presence, false matches absence.",
|
|
135
135
|
"additionalProperties": {
|
|
136
|
-
"
|
|
136
|
+
"anyOf": [
|
|
137
137
|
{
|
|
138
138
|
"type": "string"
|
|
139
139
|
},
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
313
313
|
},
|
|
314
314
|
"elementClass": {
|
|
315
|
-
"
|
|
315
|
+
"anyOf": [
|
|
316
316
|
{
|
|
317
317
|
"type": "string"
|
|
318
318
|
},
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"type": "object",
|
|
330
330
|
"description": "Object of attribute key-value pairs that the element must have. Values can be strings (supporting /pattern/ regex), numbers, or booleans. Boolean true matches attribute presence, false matches absence.",
|
|
331
331
|
"additionalProperties": {
|
|
332
|
-
"
|
|
332
|
+
"anyOf": [
|
|
333
333
|
{
|
|
334
334
|
"type": "string"
|
|
335
335
|
},
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
448
448
|
},
|
|
449
449
|
"elementClass": {
|
|
450
|
-
"
|
|
450
|
+
"anyOf": [
|
|
451
451
|
{
|
|
452
452
|
"type": "string"
|
|
453
453
|
},
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
"type": "object",
|
|
465
465
|
"description": "Object of attribute key-value pairs that the element must have. Values can be strings (supporting /pattern/ regex), numbers, or booleans. Boolean true matches attribute presence, false matches absence.",
|
|
466
466
|
"additionalProperties": {
|
|
467
|
-
"
|
|
467
|
+
"anyOf": [
|
|
468
468
|
{
|
|
469
469
|
"type": "string"
|
|
470
470
|
},
|