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
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"type": "array",
|
|
52
52
|
"description": "Contexts to run the test in. Overrides contexts defined at the config and spec levels.",
|
|
53
53
|
"items": {
|
|
54
|
-
"
|
|
54
|
+
"anyOf": [
|
|
55
55
|
{
|
|
56
56
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
57
57
|
"title": "context",
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
"type": "array",
|
|
645
645
|
"description": "Contexts to run the test in. Overrides contexts defined at the config and spec levels.",
|
|
646
646
|
"items": {
|
|
647
|
-
"
|
|
647
|
+
"anyOf": [
|
|
648
648
|
{
|
|
649
649
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
650
650
|
"title": "context",
|
|
@@ -1445,7 +1445,7 @@
|
|
|
1445
1445
|
{
|
|
1446
1446
|
"type": "array",
|
|
1447
1447
|
"items": {
|
|
1448
|
-
"
|
|
1448
|
+
"anyOf": [
|
|
1449
1449
|
{
|
|
1450
1450
|
"type": "integer"
|
|
1451
1451
|
}
|
|
@@ -1508,7 +1508,7 @@
|
|
|
1508
1508
|
{
|
|
1509
1509
|
"type": "array",
|
|
1510
1510
|
"items": {
|
|
1511
|
-
"
|
|
1511
|
+
"anyOf": [
|
|
1512
1512
|
{
|
|
1513
1513
|
"type": "integer"
|
|
1514
1514
|
}
|
|
@@ -1692,7 +1692,7 @@
|
|
|
1692
1692
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
1693
1693
|
},
|
|
1694
1694
|
"elementClass": {
|
|
1695
|
-
"
|
|
1695
|
+
"anyOf": [
|
|
1696
1696
|
{
|
|
1697
1697
|
"type": "string"
|
|
1698
1698
|
},
|
|
@@ -1709,7 +1709,7 @@
|
|
|
1709
1709
|
"type": "object",
|
|
1710
1710
|
"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.",
|
|
1711
1711
|
"additionalProperties": {
|
|
1712
|
-
"
|
|
1712
|
+
"anyOf": [
|
|
1713
1713
|
{
|
|
1714
1714
|
"type": "string"
|
|
1715
1715
|
},
|
|
@@ -1815,7 +1815,7 @@
|
|
|
1815
1815
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
1816
1816
|
},
|
|
1817
1817
|
"elementClass": {
|
|
1818
|
-
"
|
|
1818
|
+
"anyOf": [
|
|
1819
1819
|
{
|
|
1820
1820
|
"type": "string"
|
|
1821
1821
|
},
|
|
@@ -1832,7 +1832,7 @@
|
|
|
1832
1832
|
"type": "object",
|
|
1833
1833
|
"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.",
|
|
1834
1834
|
"additionalProperties": {
|
|
1835
|
-
"
|
|
1835
|
+
"anyOf": [
|
|
1836
1836
|
{
|
|
1837
1837
|
"type": "string"
|
|
1838
1838
|
},
|
|
@@ -2007,7 +2007,7 @@
|
|
|
2007
2007
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
2008
2008
|
},
|
|
2009
2009
|
"elementClass": {
|
|
2010
|
-
"
|
|
2010
|
+
"anyOf": [
|
|
2011
2011
|
{
|
|
2012
2012
|
"type": "string"
|
|
2013
2013
|
},
|
|
@@ -2024,7 +2024,7 @@
|
|
|
2024
2024
|
"type": "object",
|
|
2025
2025
|
"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.",
|
|
2026
2026
|
"additionalProperties": {
|
|
2027
|
-
"
|
|
2027
|
+
"anyOf": [
|
|
2028
2028
|
{
|
|
2029
2029
|
"type": "string"
|
|
2030
2030
|
},
|
|
@@ -2131,7 +2131,7 @@
|
|
|
2131
2131
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
2132
2132
|
},
|
|
2133
2133
|
"elementClass": {
|
|
2134
|
-
"
|
|
2134
|
+
"anyOf": [
|
|
2135
2135
|
{
|
|
2136
2136
|
"type": "string"
|
|
2137
2137
|
},
|
|
@@ -2148,7 +2148,7 @@
|
|
|
2148
2148
|
"type": "object",
|
|
2149
2149
|
"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.",
|
|
2150
2150
|
"additionalProperties": {
|
|
2151
|
-
"
|
|
2151
|
+
"anyOf": [
|
|
2152
2152
|
{
|
|
2153
2153
|
"type": "string"
|
|
2154
2154
|
},
|
|
@@ -2254,7 +2254,7 @@
|
|
|
2254
2254
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
2255
2255
|
},
|
|
2256
2256
|
"elementClass": {
|
|
2257
|
-
"
|
|
2257
|
+
"anyOf": [
|
|
2258
2258
|
{
|
|
2259
2259
|
"type": "string"
|
|
2260
2260
|
},
|
|
@@ -2271,7 +2271,7 @@
|
|
|
2271
2271
|
"type": "object",
|
|
2272
2272
|
"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.",
|
|
2273
2273
|
"additionalProperties": {
|
|
2274
|
-
"
|
|
2274
|
+
"anyOf": [
|
|
2275
2275
|
{
|
|
2276
2276
|
"type": "string"
|
|
2277
2277
|
},
|
|
@@ -2341,7 +2341,7 @@
|
|
|
2341
2341
|
{
|
|
2342
2342
|
"type": "array",
|
|
2343
2343
|
"items": {
|
|
2344
|
-
"
|
|
2344
|
+
"anyOf": [
|
|
2345
2345
|
{
|
|
2346
2346
|
"type": "string"
|
|
2347
2347
|
}
|
|
@@ -2364,7 +2364,7 @@
|
|
|
2364
2364
|
{
|
|
2365
2365
|
"type": "array",
|
|
2366
2366
|
"items": {
|
|
2367
|
-
"
|
|
2367
|
+
"anyOf": [
|
|
2368
2368
|
{
|
|
2369
2369
|
"type": "string"
|
|
2370
2370
|
}
|
|
@@ -2395,7 +2395,7 @@
|
|
|
2395
2395
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
2396
2396
|
},
|
|
2397
2397
|
"elementClass": {
|
|
2398
|
-
"
|
|
2398
|
+
"anyOf": [
|
|
2399
2399
|
{
|
|
2400
2400
|
"type": "string"
|
|
2401
2401
|
},
|
|
@@ -2412,7 +2412,7 @@
|
|
|
2412
2412
|
"type": "object",
|
|
2413
2413
|
"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.",
|
|
2414
2414
|
"additionalProperties": {
|
|
2415
|
-
"
|
|
2415
|
+
"anyOf": [
|
|
2416
2416
|
{
|
|
2417
2417
|
"type": "string"
|
|
2418
2418
|
},
|
|
@@ -2448,7 +2448,7 @@
|
|
|
2448
2448
|
{
|
|
2449
2449
|
"type": "array",
|
|
2450
2450
|
"items": {
|
|
2451
|
-
"
|
|
2451
|
+
"anyOf": [
|
|
2452
2452
|
{
|
|
2453
2453
|
"type": "string"
|
|
2454
2454
|
}
|
|
@@ -2471,7 +2471,7 @@
|
|
|
2471
2471
|
{
|
|
2472
2472
|
"type": "array",
|
|
2473
2473
|
"items": {
|
|
2474
|
-
"
|
|
2474
|
+
"anyOf": [
|
|
2475
2475
|
{
|
|
2476
2476
|
"type": "string"
|
|
2477
2477
|
}
|
|
@@ -2502,7 +2502,7 @@
|
|
|
2502
2502
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
2503
2503
|
},
|
|
2504
2504
|
"elementClass": {
|
|
2505
|
-
"
|
|
2505
|
+
"anyOf": [
|
|
2506
2506
|
{
|
|
2507
2507
|
"type": "string"
|
|
2508
2508
|
},
|
|
@@ -2519,7 +2519,7 @@
|
|
|
2519
2519
|
"type": "object",
|
|
2520
2520
|
"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.",
|
|
2521
2521
|
"additionalProperties": {
|
|
2522
|
-
"
|
|
2522
|
+
"anyOf": [
|
|
2523
2523
|
{
|
|
2524
2524
|
"type": "string"
|
|
2525
2525
|
},
|
|
@@ -2656,7 +2656,7 @@
|
|
|
2656
2656
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
2657
2657
|
},
|
|
2658
2658
|
"elementClass": {
|
|
2659
|
-
"
|
|
2659
|
+
"anyOf": [
|
|
2660
2660
|
{
|
|
2661
2661
|
"type": "string"
|
|
2662
2662
|
},
|
|
@@ -2673,7 +2673,7 @@
|
|
|
2673
2673
|
"type": "object",
|
|
2674
2674
|
"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.",
|
|
2675
2675
|
"additionalProperties": {
|
|
2676
|
-
"
|
|
2676
|
+
"anyOf": [
|
|
2677
2677
|
{
|
|
2678
2678
|
"type": "string"
|
|
2679
2679
|
},
|
|
@@ -2780,7 +2780,7 @@
|
|
|
2780
2780
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
2781
2781
|
},
|
|
2782
2782
|
"elementClass": {
|
|
2783
|
-
"
|
|
2783
|
+
"anyOf": [
|
|
2784
2784
|
{
|
|
2785
2785
|
"type": "string"
|
|
2786
2786
|
},
|
|
@@ -2797,7 +2797,7 @@
|
|
|
2797
2797
|
"type": "object",
|
|
2798
2798
|
"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.",
|
|
2799
2799
|
"additionalProperties": {
|
|
2800
|
-
"
|
|
2800
|
+
"anyOf": [
|
|
2801
2801
|
{
|
|
2802
2802
|
"type": "string"
|
|
2803
2803
|
},
|
|
@@ -2903,7 +2903,7 @@
|
|
|
2903
2903
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
2904
2904
|
},
|
|
2905
2905
|
"elementClass": {
|
|
2906
|
-
"
|
|
2906
|
+
"anyOf": [
|
|
2907
2907
|
{
|
|
2908
2908
|
"type": "string"
|
|
2909
2909
|
},
|
|
@@ -2920,7 +2920,7 @@
|
|
|
2920
2920
|
"type": "object",
|
|
2921
2921
|
"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.",
|
|
2922
2922
|
"additionalProperties": {
|
|
2923
|
-
"
|
|
2923
|
+
"anyOf": [
|
|
2924
2924
|
{
|
|
2925
2925
|
"type": "string"
|
|
2926
2926
|
},
|
|
@@ -2990,7 +2990,7 @@
|
|
|
2990
2990
|
{
|
|
2991
2991
|
"type": "array",
|
|
2992
2992
|
"items": {
|
|
2993
|
-
"
|
|
2993
|
+
"anyOf": [
|
|
2994
2994
|
{
|
|
2995
2995
|
"type": "string"
|
|
2996
2996
|
}
|
|
@@ -3013,7 +3013,7 @@
|
|
|
3013
3013
|
{
|
|
3014
3014
|
"type": "array",
|
|
3015
3015
|
"items": {
|
|
3016
|
-
"
|
|
3016
|
+
"anyOf": [
|
|
3017
3017
|
{
|
|
3018
3018
|
"type": "string"
|
|
3019
3019
|
}
|
|
@@ -3044,7 +3044,7 @@
|
|
|
3044
3044
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
3045
3045
|
},
|
|
3046
3046
|
"elementClass": {
|
|
3047
|
-
"
|
|
3047
|
+
"anyOf": [
|
|
3048
3048
|
{
|
|
3049
3049
|
"type": "string"
|
|
3050
3050
|
},
|
|
@@ -3061,7 +3061,7 @@
|
|
|
3061
3061
|
"type": "object",
|
|
3062
3062
|
"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.",
|
|
3063
3063
|
"additionalProperties": {
|
|
3064
|
-
"
|
|
3064
|
+
"anyOf": [
|
|
3065
3065
|
{
|
|
3066
3066
|
"type": "string"
|
|
3067
3067
|
},
|
|
@@ -3097,7 +3097,7 @@
|
|
|
3097
3097
|
{
|
|
3098
3098
|
"type": "array",
|
|
3099
3099
|
"items": {
|
|
3100
|
-
"
|
|
3100
|
+
"anyOf": [
|
|
3101
3101
|
{
|
|
3102
3102
|
"type": "string"
|
|
3103
3103
|
}
|
|
@@ -3120,7 +3120,7 @@
|
|
|
3120
3120
|
{
|
|
3121
3121
|
"type": "array",
|
|
3122
3122
|
"items": {
|
|
3123
|
-
"
|
|
3123
|
+
"anyOf": [
|
|
3124
3124
|
{
|
|
3125
3125
|
"type": "string"
|
|
3126
3126
|
}
|
|
@@ -3151,7 +3151,7 @@
|
|
|
3151
3151
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
3152
3152
|
},
|
|
3153
3153
|
"elementClass": {
|
|
3154
|
-
"
|
|
3154
|
+
"anyOf": [
|
|
3155
3155
|
{
|
|
3156
3156
|
"type": "string"
|
|
3157
3157
|
},
|
|
@@ -3168,7 +3168,7 @@
|
|
|
3168
3168
|
"type": "object",
|
|
3169
3169
|
"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.",
|
|
3170
3170
|
"additionalProperties": {
|
|
3171
|
-
"
|
|
3171
|
+
"anyOf": [
|
|
3172
3172
|
{
|
|
3173
3173
|
"type": "string"
|
|
3174
3174
|
},
|
|
@@ -3271,6 +3271,19 @@
|
|
|
3271
3271
|
],
|
|
3272
3272
|
"inputDelay": 100
|
|
3273
3273
|
}
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"elementId": "/^user-[0-9]+$/",
|
|
3277
|
+
"elementClass": [
|
|
3278
|
+
"admin",
|
|
3279
|
+
"/^level-[1-5]$/"
|
|
3280
|
+
],
|
|
3281
|
+
"elementAttribute": {
|
|
3282
|
+
"data-active": true,
|
|
3283
|
+
"data-score": "/^[0-9]+$/"
|
|
3284
|
+
},
|
|
3285
|
+
"timeout": 8000,
|
|
3286
|
+
"moveTo": false
|
|
3274
3287
|
}
|
|
3275
3288
|
]
|
|
3276
3289
|
}
|
|
@@ -3740,7 +3753,7 @@
|
|
|
3740
3753
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
3741
3754
|
"type": "array",
|
|
3742
3755
|
"items": {
|
|
3743
|
-
"
|
|
3756
|
+
"anyOf": [
|
|
3744
3757
|
{
|
|
3745
3758
|
"type": "integer"
|
|
3746
3759
|
}
|
|
@@ -4139,7 +4152,7 @@
|
|
|
4139
4152
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
4140
4153
|
"type": "array",
|
|
4141
4154
|
"items": {
|
|
4142
|
-
"
|
|
4155
|
+
"anyOf": [
|
|
4143
4156
|
{
|
|
4144
4157
|
"type": "integer"
|
|
4145
4158
|
}
|
|
@@ -4600,7 +4613,7 @@
|
|
|
4600
4613
|
"type": "array",
|
|
4601
4614
|
"description": "Arguments for the command.",
|
|
4602
4615
|
"items": {
|
|
4603
|
-
"
|
|
4616
|
+
"anyOf": [
|
|
4604
4617
|
{
|
|
4605
4618
|
"type": "string"
|
|
4606
4619
|
}
|
|
@@ -4617,7 +4630,7 @@
|
|
|
4617
4630
|
"type": "array",
|
|
4618
4631
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
4619
4632
|
"items": {
|
|
4620
|
-
"
|
|
4633
|
+
"anyOf": [
|
|
4621
4634
|
{
|
|
4622
4635
|
"type": "integer"
|
|
4623
4636
|
}
|
|
@@ -4690,7 +4703,7 @@
|
|
|
4690
4703
|
"type": "array",
|
|
4691
4704
|
"description": "Arguments for the command.",
|
|
4692
4705
|
"items": {
|
|
4693
|
-
"
|
|
4706
|
+
"anyOf": [
|
|
4694
4707
|
{
|
|
4695
4708
|
"type": "string"
|
|
4696
4709
|
}
|
|
@@ -4707,7 +4720,7 @@
|
|
|
4707
4720
|
"type": "array",
|
|
4708
4721
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
4709
4722
|
"items": {
|
|
4710
|
-
"
|
|
4723
|
+
"anyOf": [
|
|
4711
4724
|
{
|
|
4712
4725
|
"type": "integer"
|
|
4713
4726
|
}
|
|
@@ -4908,7 +4921,7 @@
|
|
|
4908
4921
|
"type": "array",
|
|
4909
4922
|
"description": "Arguments for the command.",
|
|
4910
4923
|
"items": {
|
|
4911
|
-
"
|
|
4924
|
+
"anyOf": [
|
|
4912
4925
|
{
|
|
4913
4926
|
"type": "string"
|
|
4914
4927
|
}
|
|
@@ -4925,7 +4938,7 @@
|
|
|
4925
4938
|
"type": "array",
|
|
4926
4939
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
4927
4940
|
"items": {
|
|
4928
|
-
"
|
|
4941
|
+
"anyOf": [
|
|
4929
4942
|
{
|
|
4930
4943
|
"type": "integer"
|
|
4931
4944
|
}
|
|
@@ -4999,7 +5012,7 @@
|
|
|
4999
5012
|
"type": "array",
|
|
5000
5013
|
"description": "Arguments for the command.",
|
|
5001
5014
|
"items": {
|
|
5002
|
-
"
|
|
5015
|
+
"anyOf": [
|
|
5003
5016
|
{
|
|
5004
5017
|
"type": "string"
|
|
5005
5018
|
}
|
|
@@ -5016,7 +5029,7 @@
|
|
|
5016
5029
|
"type": "array",
|
|
5017
5030
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
5018
5031
|
"items": {
|
|
5019
|
-
"
|
|
5032
|
+
"anyOf": [
|
|
5020
5033
|
{
|
|
5021
5034
|
"type": "integer"
|
|
5022
5035
|
}
|
|
@@ -5187,7 +5200,7 @@
|
|
|
5187
5200
|
{
|
|
5188
5201
|
"type": "array",
|
|
5189
5202
|
"items": {
|
|
5190
|
-
"
|
|
5203
|
+
"anyOf": [
|
|
5191
5204
|
{
|
|
5192
5205
|
"type": "string"
|
|
5193
5206
|
}
|
|
@@ -5210,7 +5223,7 @@
|
|
|
5210
5223
|
{
|
|
5211
5224
|
"type": "array",
|
|
5212
5225
|
"items": {
|
|
5213
|
-
"
|
|
5226
|
+
"anyOf": [
|
|
5214
5227
|
{
|
|
5215
5228
|
"type": "string"
|
|
5216
5229
|
}
|
|
@@ -5241,7 +5254,7 @@
|
|
|
5241
5254
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
5242
5255
|
},
|
|
5243
5256
|
"elementClass": {
|
|
5244
|
-
"
|
|
5257
|
+
"anyOf": [
|
|
5245
5258
|
{
|
|
5246
5259
|
"type": "string"
|
|
5247
5260
|
},
|
|
@@ -5258,7 +5271,7 @@
|
|
|
5258
5271
|
"type": "object",
|
|
5259
5272
|
"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.",
|
|
5260
5273
|
"additionalProperties": {
|
|
5261
|
-
"
|
|
5274
|
+
"anyOf": [
|
|
5262
5275
|
{
|
|
5263
5276
|
"type": "string"
|
|
5264
5277
|
},
|
|
@@ -5294,7 +5307,7 @@
|
|
|
5294
5307
|
{
|
|
5295
5308
|
"type": "array",
|
|
5296
5309
|
"items": {
|
|
5297
|
-
"
|
|
5310
|
+
"anyOf": [
|
|
5298
5311
|
{
|
|
5299
5312
|
"type": "string"
|
|
5300
5313
|
}
|
|
@@ -5317,7 +5330,7 @@
|
|
|
5317
5330
|
{
|
|
5318
5331
|
"type": "array",
|
|
5319
5332
|
"items": {
|
|
5320
|
-
"
|
|
5333
|
+
"anyOf": [
|
|
5321
5334
|
{
|
|
5322
5335
|
"type": "string"
|
|
5323
5336
|
}
|
|
@@ -5348,7 +5361,7 @@
|
|
|
5348
5361
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
5349
5362
|
},
|
|
5350
5363
|
"elementClass": {
|
|
5351
|
-
"
|
|
5364
|
+
"anyOf": [
|
|
5352
5365
|
{
|
|
5353
5366
|
"type": "string"
|
|
5354
5367
|
},
|
|
@@ -5365,7 +5378,7 @@
|
|
|
5365
5378
|
"type": "object",
|
|
5366
5379
|
"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.",
|
|
5367
5380
|
"additionalProperties": {
|
|
5368
|
-
"
|
|
5381
|
+
"anyOf": [
|
|
5369
5382
|
{
|
|
5370
5383
|
"type": "string"
|
|
5371
5384
|
},
|
|
@@ -5605,7 +5618,7 @@
|
|
|
5605
5618
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
5606
5619
|
},
|
|
5607
5620
|
"elementClass": {
|
|
5608
|
-
"
|
|
5621
|
+
"anyOf": [
|
|
5609
5622
|
{
|
|
5610
5623
|
"type": "string"
|
|
5611
5624
|
},
|
|
@@ -5622,7 +5635,7 @@
|
|
|
5622
5635
|
"type": "object",
|
|
5623
5636
|
"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.",
|
|
5624
5637
|
"additionalProperties": {
|
|
5625
|
-
"
|
|
5638
|
+
"anyOf": [
|
|
5626
5639
|
{
|
|
5627
5640
|
"type": "string"
|
|
5628
5641
|
},
|
|
@@ -5801,7 +5814,7 @@
|
|
|
5801
5814
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
5802
5815
|
},
|
|
5803
5816
|
"elementClass": {
|
|
5804
|
-
"
|
|
5817
|
+
"anyOf": [
|
|
5805
5818
|
{
|
|
5806
5819
|
"type": "string"
|
|
5807
5820
|
},
|
|
@@ -5818,7 +5831,7 @@
|
|
|
5818
5831
|
"type": "object",
|
|
5819
5832
|
"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.",
|
|
5820
5833
|
"additionalProperties": {
|
|
5821
|
-
"
|
|
5834
|
+
"anyOf": [
|
|
5822
5835
|
{
|
|
5823
5836
|
"type": "string"
|
|
5824
5837
|
},
|
|
@@ -5936,7 +5949,7 @@
|
|
|
5936
5949
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
5937
5950
|
},
|
|
5938
5951
|
"elementClass": {
|
|
5939
|
-
"
|
|
5952
|
+
"anyOf": [
|
|
5940
5953
|
{
|
|
5941
5954
|
"type": "string"
|
|
5942
5955
|
},
|
|
@@ -5953,7 +5966,7 @@
|
|
|
5953
5966
|
"type": "object",
|
|
5954
5967
|
"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.",
|
|
5955
5968
|
"additionalProperties": {
|
|
5956
|
-
"
|
|
5969
|
+
"anyOf": [
|
|
5957
5970
|
{
|
|
5958
5971
|
"type": "string"
|
|
5959
5972
|
},
|
|
@@ -8309,7 +8322,7 @@
|
|
|
8309
8322
|
{
|
|
8310
8323
|
"type": "array",
|
|
8311
8324
|
"items": {
|
|
8312
|
-
"
|
|
8325
|
+
"anyOf": [
|
|
8313
8326
|
{
|
|
8314
8327
|
"type": "integer"
|
|
8315
8328
|
}
|
|
@@ -8372,7 +8385,7 @@
|
|
|
8372
8385
|
{
|
|
8373
8386
|
"type": "array",
|
|
8374
8387
|
"items": {
|
|
8375
|
-
"
|
|
8388
|
+
"anyOf": [
|
|
8376
8389
|
{
|
|
8377
8390
|
"type": "integer"
|
|
8378
8391
|
}
|
|
@@ -8556,7 +8569,7 @@
|
|
|
8556
8569
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
8557
8570
|
},
|
|
8558
8571
|
"elementClass": {
|
|
8559
|
-
"
|
|
8572
|
+
"anyOf": [
|
|
8560
8573
|
{
|
|
8561
8574
|
"type": "string"
|
|
8562
8575
|
},
|
|
@@ -8573,7 +8586,7 @@
|
|
|
8573
8586
|
"type": "object",
|
|
8574
8587
|
"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.",
|
|
8575
8588
|
"additionalProperties": {
|
|
8576
|
-
"
|
|
8589
|
+
"anyOf": [
|
|
8577
8590
|
{
|
|
8578
8591
|
"type": "string"
|
|
8579
8592
|
},
|
|
@@ -8679,7 +8692,7 @@
|
|
|
8679
8692
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
8680
8693
|
},
|
|
8681
8694
|
"elementClass": {
|
|
8682
|
-
"
|
|
8695
|
+
"anyOf": [
|
|
8683
8696
|
{
|
|
8684
8697
|
"type": "string"
|
|
8685
8698
|
},
|
|
@@ -8696,7 +8709,7 @@
|
|
|
8696
8709
|
"type": "object",
|
|
8697
8710
|
"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.",
|
|
8698
8711
|
"additionalProperties": {
|
|
8699
|
-
"
|
|
8712
|
+
"anyOf": [
|
|
8700
8713
|
{
|
|
8701
8714
|
"type": "string"
|
|
8702
8715
|
},
|
|
@@ -8871,7 +8884,7 @@
|
|
|
8871
8884
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
8872
8885
|
},
|
|
8873
8886
|
"elementClass": {
|
|
8874
|
-
"
|
|
8887
|
+
"anyOf": [
|
|
8875
8888
|
{
|
|
8876
8889
|
"type": "string"
|
|
8877
8890
|
},
|
|
@@ -8888,7 +8901,7 @@
|
|
|
8888
8901
|
"type": "object",
|
|
8889
8902
|
"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.",
|
|
8890
8903
|
"additionalProperties": {
|
|
8891
|
-
"
|
|
8904
|
+
"anyOf": [
|
|
8892
8905
|
{
|
|
8893
8906
|
"type": "string"
|
|
8894
8907
|
},
|
|
@@ -8995,7 +9008,7 @@
|
|
|
8995
9008
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
8996
9009
|
},
|
|
8997
9010
|
"elementClass": {
|
|
8998
|
-
"
|
|
9011
|
+
"anyOf": [
|
|
8999
9012
|
{
|
|
9000
9013
|
"type": "string"
|
|
9001
9014
|
},
|
|
@@ -9012,7 +9025,7 @@
|
|
|
9012
9025
|
"type": "object",
|
|
9013
9026
|
"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.",
|
|
9014
9027
|
"additionalProperties": {
|
|
9015
|
-
"
|
|
9028
|
+
"anyOf": [
|
|
9016
9029
|
{
|
|
9017
9030
|
"type": "string"
|
|
9018
9031
|
},
|
|
@@ -9118,7 +9131,7 @@
|
|
|
9118
9131
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
9119
9132
|
},
|
|
9120
9133
|
"elementClass": {
|
|
9121
|
-
"
|
|
9134
|
+
"anyOf": [
|
|
9122
9135
|
{
|
|
9123
9136
|
"type": "string"
|
|
9124
9137
|
},
|
|
@@ -9135,7 +9148,7 @@
|
|
|
9135
9148
|
"type": "object",
|
|
9136
9149
|
"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.",
|
|
9137
9150
|
"additionalProperties": {
|
|
9138
|
-
"
|
|
9151
|
+
"anyOf": [
|
|
9139
9152
|
{
|
|
9140
9153
|
"type": "string"
|
|
9141
9154
|
},
|
|
@@ -9205,7 +9218,7 @@
|
|
|
9205
9218
|
{
|
|
9206
9219
|
"type": "array",
|
|
9207
9220
|
"items": {
|
|
9208
|
-
"
|
|
9221
|
+
"anyOf": [
|
|
9209
9222
|
{
|
|
9210
9223
|
"type": "string"
|
|
9211
9224
|
}
|
|
@@ -9228,7 +9241,7 @@
|
|
|
9228
9241
|
{
|
|
9229
9242
|
"type": "array",
|
|
9230
9243
|
"items": {
|
|
9231
|
-
"
|
|
9244
|
+
"anyOf": [
|
|
9232
9245
|
{
|
|
9233
9246
|
"type": "string"
|
|
9234
9247
|
}
|
|
@@ -9259,7 +9272,7 @@
|
|
|
9259
9272
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
9260
9273
|
},
|
|
9261
9274
|
"elementClass": {
|
|
9262
|
-
"
|
|
9275
|
+
"anyOf": [
|
|
9263
9276
|
{
|
|
9264
9277
|
"type": "string"
|
|
9265
9278
|
},
|
|
@@ -9276,7 +9289,7 @@
|
|
|
9276
9289
|
"type": "object",
|
|
9277
9290
|
"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.",
|
|
9278
9291
|
"additionalProperties": {
|
|
9279
|
-
"
|
|
9292
|
+
"anyOf": [
|
|
9280
9293
|
{
|
|
9281
9294
|
"type": "string"
|
|
9282
9295
|
},
|
|
@@ -9312,7 +9325,7 @@
|
|
|
9312
9325
|
{
|
|
9313
9326
|
"type": "array",
|
|
9314
9327
|
"items": {
|
|
9315
|
-
"
|
|
9328
|
+
"anyOf": [
|
|
9316
9329
|
{
|
|
9317
9330
|
"type": "string"
|
|
9318
9331
|
}
|
|
@@ -9335,7 +9348,7 @@
|
|
|
9335
9348
|
{
|
|
9336
9349
|
"type": "array",
|
|
9337
9350
|
"items": {
|
|
9338
|
-
"
|
|
9351
|
+
"anyOf": [
|
|
9339
9352
|
{
|
|
9340
9353
|
"type": "string"
|
|
9341
9354
|
}
|
|
@@ -9366,7 +9379,7 @@
|
|
|
9366
9379
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
9367
9380
|
},
|
|
9368
9381
|
"elementClass": {
|
|
9369
|
-
"
|
|
9382
|
+
"anyOf": [
|
|
9370
9383
|
{
|
|
9371
9384
|
"type": "string"
|
|
9372
9385
|
},
|
|
@@ -9383,7 +9396,7 @@
|
|
|
9383
9396
|
"type": "object",
|
|
9384
9397
|
"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.",
|
|
9385
9398
|
"additionalProperties": {
|
|
9386
|
-
"
|
|
9399
|
+
"anyOf": [
|
|
9387
9400
|
{
|
|
9388
9401
|
"type": "string"
|
|
9389
9402
|
},
|
|
@@ -9520,7 +9533,7 @@
|
|
|
9520
9533
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
9521
9534
|
},
|
|
9522
9535
|
"elementClass": {
|
|
9523
|
-
"
|
|
9536
|
+
"anyOf": [
|
|
9524
9537
|
{
|
|
9525
9538
|
"type": "string"
|
|
9526
9539
|
},
|
|
@@ -9537,7 +9550,7 @@
|
|
|
9537
9550
|
"type": "object",
|
|
9538
9551
|
"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.",
|
|
9539
9552
|
"additionalProperties": {
|
|
9540
|
-
"
|
|
9553
|
+
"anyOf": [
|
|
9541
9554
|
{
|
|
9542
9555
|
"type": "string"
|
|
9543
9556
|
},
|
|
@@ -9644,7 +9657,7 @@
|
|
|
9644
9657
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
9645
9658
|
},
|
|
9646
9659
|
"elementClass": {
|
|
9647
|
-
"
|
|
9660
|
+
"anyOf": [
|
|
9648
9661
|
{
|
|
9649
9662
|
"type": "string"
|
|
9650
9663
|
},
|
|
@@ -9661,7 +9674,7 @@
|
|
|
9661
9674
|
"type": "object",
|
|
9662
9675
|
"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.",
|
|
9663
9676
|
"additionalProperties": {
|
|
9664
|
-
"
|
|
9677
|
+
"anyOf": [
|
|
9665
9678
|
{
|
|
9666
9679
|
"type": "string"
|
|
9667
9680
|
},
|
|
@@ -9767,7 +9780,7 @@
|
|
|
9767
9780
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
9768
9781
|
},
|
|
9769
9782
|
"elementClass": {
|
|
9770
|
-
"
|
|
9783
|
+
"anyOf": [
|
|
9771
9784
|
{
|
|
9772
9785
|
"type": "string"
|
|
9773
9786
|
},
|
|
@@ -9784,7 +9797,7 @@
|
|
|
9784
9797
|
"type": "object",
|
|
9785
9798
|
"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.",
|
|
9786
9799
|
"additionalProperties": {
|
|
9787
|
-
"
|
|
9800
|
+
"anyOf": [
|
|
9788
9801
|
{
|
|
9789
9802
|
"type": "string"
|
|
9790
9803
|
},
|
|
@@ -9854,7 +9867,7 @@
|
|
|
9854
9867
|
{
|
|
9855
9868
|
"type": "array",
|
|
9856
9869
|
"items": {
|
|
9857
|
-
"
|
|
9870
|
+
"anyOf": [
|
|
9858
9871
|
{
|
|
9859
9872
|
"type": "string"
|
|
9860
9873
|
}
|
|
@@ -9877,7 +9890,7 @@
|
|
|
9877
9890
|
{
|
|
9878
9891
|
"type": "array",
|
|
9879
9892
|
"items": {
|
|
9880
|
-
"
|
|
9893
|
+
"anyOf": [
|
|
9881
9894
|
{
|
|
9882
9895
|
"type": "string"
|
|
9883
9896
|
}
|
|
@@ -9908,7 +9921,7 @@
|
|
|
9908
9921
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
9909
9922
|
},
|
|
9910
9923
|
"elementClass": {
|
|
9911
|
-
"
|
|
9924
|
+
"anyOf": [
|
|
9912
9925
|
{
|
|
9913
9926
|
"type": "string"
|
|
9914
9927
|
},
|
|
@@ -9925,7 +9938,7 @@
|
|
|
9925
9938
|
"type": "object",
|
|
9926
9939
|
"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.",
|
|
9927
9940
|
"additionalProperties": {
|
|
9928
|
-
"
|
|
9941
|
+
"anyOf": [
|
|
9929
9942
|
{
|
|
9930
9943
|
"type": "string"
|
|
9931
9944
|
},
|
|
@@ -9961,7 +9974,7 @@
|
|
|
9961
9974
|
{
|
|
9962
9975
|
"type": "array",
|
|
9963
9976
|
"items": {
|
|
9964
|
-
"
|
|
9977
|
+
"anyOf": [
|
|
9965
9978
|
{
|
|
9966
9979
|
"type": "string"
|
|
9967
9980
|
}
|
|
@@ -9984,7 +9997,7 @@
|
|
|
9984
9997
|
{
|
|
9985
9998
|
"type": "array",
|
|
9986
9999
|
"items": {
|
|
9987
|
-
"
|
|
10000
|
+
"anyOf": [
|
|
9988
10001
|
{
|
|
9989
10002
|
"type": "string"
|
|
9990
10003
|
}
|
|
@@ -10015,7 +10028,7 @@
|
|
|
10015
10028
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
10016
10029
|
},
|
|
10017
10030
|
"elementClass": {
|
|
10018
|
-
"
|
|
10031
|
+
"anyOf": [
|
|
10019
10032
|
{
|
|
10020
10033
|
"type": "string"
|
|
10021
10034
|
},
|
|
@@ -10032,7 +10045,7 @@
|
|
|
10032
10045
|
"type": "object",
|
|
10033
10046
|
"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.",
|
|
10034
10047
|
"additionalProperties": {
|
|
10035
|
-
"
|
|
10048
|
+
"anyOf": [
|
|
10036
10049
|
{
|
|
10037
10050
|
"type": "string"
|
|
10038
10051
|
},
|
|
@@ -10135,6 +10148,19 @@
|
|
|
10135
10148
|
],
|
|
10136
10149
|
"inputDelay": 100
|
|
10137
10150
|
}
|
|
10151
|
+
},
|
|
10152
|
+
{
|
|
10153
|
+
"elementId": "/^user-[0-9]+$/",
|
|
10154
|
+
"elementClass": [
|
|
10155
|
+
"admin",
|
|
10156
|
+
"/^level-[1-5]$/"
|
|
10157
|
+
],
|
|
10158
|
+
"elementAttribute": {
|
|
10159
|
+
"data-active": true,
|
|
10160
|
+
"data-score": "/^[0-9]+$/"
|
|
10161
|
+
},
|
|
10162
|
+
"timeout": 8000,
|
|
10163
|
+
"moveTo": false
|
|
10138
10164
|
}
|
|
10139
10165
|
]
|
|
10140
10166
|
}
|
|
@@ -10604,7 +10630,7 @@
|
|
|
10604
10630
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
10605
10631
|
"type": "array",
|
|
10606
10632
|
"items": {
|
|
10607
|
-
"
|
|
10633
|
+
"anyOf": [
|
|
10608
10634
|
{
|
|
10609
10635
|
"type": "integer"
|
|
10610
10636
|
}
|
|
@@ -11003,7 +11029,7 @@
|
|
|
11003
11029
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
11004
11030
|
"type": "array",
|
|
11005
11031
|
"items": {
|
|
11006
|
-
"
|
|
11032
|
+
"anyOf": [
|
|
11007
11033
|
{
|
|
11008
11034
|
"type": "integer"
|
|
11009
11035
|
}
|
|
@@ -11464,7 +11490,7 @@
|
|
|
11464
11490
|
"type": "array",
|
|
11465
11491
|
"description": "Arguments for the command.",
|
|
11466
11492
|
"items": {
|
|
11467
|
-
"
|
|
11493
|
+
"anyOf": [
|
|
11468
11494
|
{
|
|
11469
11495
|
"type": "string"
|
|
11470
11496
|
}
|
|
@@ -11481,7 +11507,7 @@
|
|
|
11481
11507
|
"type": "array",
|
|
11482
11508
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
11483
11509
|
"items": {
|
|
11484
|
-
"
|
|
11510
|
+
"anyOf": [
|
|
11485
11511
|
{
|
|
11486
11512
|
"type": "integer"
|
|
11487
11513
|
}
|
|
@@ -11554,7 +11580,7 @@
|
|
|
11554
11580
|
"type": "array",
|
|
11555
11581
|
"description": "Arguments for the command.",
|
|
11556
11582
|
"items": {
|
|
11557
|
-
"
|
|
11583
|
+
"anyOf": [
|
|
11558
11584
|
{
|
|
11559
11585
|
"type": "string"
|
|
11560
11586
|
}
|
|
@@ -11571,7 +11597,7 @@
|
|
|
11571
11597
|
"type": "array",
|
|
11572
11598
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
11573
11599
|
"items": {
|
|
11574
|
-
"
|
|
11600
|
+
"anyOf": [
|
|
11575
11601
|
{
|
|
11576
11602
|
"type": "integer"
|
|
11577
11603
|
}
|
|
@@ -11772,7 +11798,7 @@
|
|
|
11772
11798
|
"type": "array",
|
|
11773
11799
|
"description": "Arguments for the command.",
|
|
11774
11800
|
"items": {
|
|
11775
|
-
"
|
|
11801
|
+
"anyOf": [
|
|
11776
11802
|
{
|
|
11777
11803
|
"type": "string"
|
|
11778
11804
|
}
|
|
@@ -11789,7 +11815,7 @@
|
|
|
11789
11815
|
"type": "array",
|
|
11790
11816
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
11791
11817
|
"items": {
|
|
11792
|
-
"
|
|
11818
|
+
"anyOf": [
|
|
11793
11819
|
{
|
|
11794
11820
|
"type": "integer"
|
|
11795
11821
|
}
|
|
@@ -11863,7 +11889,7 @@
|
|
|
11863
11889
|
"type": "array",
|
|
11864
11890
|
"description": "Arguments for the command.",
|
|
11865
11891
|
"items": {
|
|
11866
|
-
"
|
|
11892
|
+
"anyOf": [
|
|
11867
11893
|
{
|
|
11868
11894
|
"type": "string"
|
|
11869
11895
|
}
|
|
@@ -11880,7 +11906,7 @@
|
|
|
11880
11906
|
"type": "array",
|
|
11881
11907
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
11882
11908
|
"items": {
|
|
11883
|
-
"
|
|
11909
|
+
"anyOf": [
|
|
11884
11910
|
{
|
|
11885
11911
|
"type": "integer"
|
|
11886
11912
|
}
|
|
@@ -12051,7 +12077,7 @@
|
|
|
12051
12077
|
{
|
|
12052
12078
|
"type": "array",
|
|
12053
12079
|
"items": {
|
|
12054
|
-
"
|
|
12080
|
+
"anyOf": [
|
|
12055
12081
|
{
|
|
12056
12082
|
"type": "string"
|
|
12057
12083
|
}
|
|
@@ -12074,7 +12100,7 @@
|
|
|
12074
12100
|
{
|
|
12075
12101
|
"type": "array",
|
|
12076
12102
|
"items": {
|
|
12077
|
-
"
|
|
12103
|
+
"anyOf": [
|
|
12078
12104
|
{
|
|
12079
12105
|
"type": "string"
|
|
12080
12106
|
}
|
|
@@ -12105,7 +12131,7 @@
|
|
|
12105
12131
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
12106
12132
|
},
|
|
12107
12133
|
"elementClass": {
|
|
12108
|
-
"
|
|
12134
|
+
"anyOf": [
|
|
12109
12135
|
{
|
|
12110
12136
|
"type": "string"
|
|
12111
12137
|
},
|
|
@@ -12122,7 +12148,7 @@
|
|
|
12122
12148
|
"type": "object",
|
|
12123
12149
|
"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.",
|
|
12124
12150
|
"additionalProperties": {
|
|
12125
|
-
"
|
|
12151
|
+
"anyOf": [
|
|
12126
12152
|
{
|
|
12127
12153
|
"type": "string"
|
|
12128
12154
|
},
|
|
@@ -12158,7 +12184,7 @@
|
|
|
12158
12184
|
{
|
|
12159
12185
|
"type": "array",
|
|
12160
12186
|
"items": {
|
|
12161
|
-
"
|
|
12187
|
+
"anyOf": [
|
|
12162
12188
|
{
|
|
12163
12189
|
"type": "string"
|
|
12164
12190
|
}
|
|
@@ -12181,7 +12207,7 @@
|
|
|
12181
12207
|
{
|
|
12182
12208
|
"type": "array",
|
|
12183
12209
|
"items": {
|
|
12184
|
-
"
|
|
12210
|
+
"anyOf": [
|
|
12185
12211
|
{
|
|
12186
12212
|
"type": "string"
|
|
12187
12213
|
}
|
|
@@ -12212,7 +12238,7 @@
|
|
|
12212
12238
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
12213
12239
|
},
|
|
12214
12240
|
"elementClass": {
|
|
12215
|
-
"
|
|
12241
|
+
"anyOf": [
|
|
12216
12242
|
{
|
|
12217
12243
|
"type": "string"
|
|
12218
12244
|
},
|
|
@@ -12229,7 +12255,7 @@
|
|
|
12229
12255
|
"type": "object",
|
|
12230
12256
|
"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.",
|
|
12231
12257
|
"additionalProperties": {
|
|
12232
|
-
"
|
|
12258
|
+
"anyOf": [
|
|
12233
12259
|
{
|
|
12234
12260
|
"type": "string"
|
|
12235
12261
|
},
|
|
@@ -12469,7 +12495,7 @@
|
|
|
12469
12495
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
12470
12496
|
},
|
|
12471
12497
|
"elementClass": {
|
|
12472
|
-
"
|
|
12498
|
+
"anyOf": [
|
|
12473
12499
|
{
|
|
12474
12500
|
"type": "string"
|
|
12475
12501
|
},
|
|
@@ -12486,7 +12512,7 @@
|
|
|
12486
12512
|
"type": "object",
|
|
12487
12513
|
"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.",
|
|
12488
12514
|
"additionalProperties": {
|
|
12489
|
-
"
|
|
12515
|
+
"anyOf": [
|
|
12490
12516
|
{
|
|
12491
12517
|
"type": "string"
|
|
12492
12518
|
},
|
|
@@ -12665,7 +12691,7 @@
|
|
|
12665
12691
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
12666
12692
|
},
|
|
12667
12693
|
"elementClass": {
|
|
12668
|
-
"
|
|
12694
|
+
"anyOf": [
|
|
12669
12695
|
{
|
|
12670
12696
|
"type": "string"
|
|
12671
12697
|
},
|
|
@@ -12682,7 +12708,7 @@
|
|
|
12682
12708
|
"type": "object",
|
|
12683
12709
|
"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.",
|
|
12684
12710
|
"additionalProperties": {
|
|
12685
|
-
"
|
|
12711
|
+
"anyOf": [
|
|
12686
12712
|
{
|
|
12687
12713
|
"type": "string"
|
|
12688
12714
|
},
|
|
@@ -12800,7 +12826,7 @@
|
|
|
12800
12826
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
12801
12827
|
},
|
|
12802
12828
|
"elementClass": {
|
|
12803
|
-
"
|
|
12829
|
+
"anyOf": [
|
|
12804
12830
|
{
|
|
12805
12831
|
"type": "string"
|
|
12806
12832
|
},
|
|
@@ -12817,7 +12843,7 @@
|
|
|
12817
12843
|
"type": "object",
|
|
12818
12844
|
"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.",
|
|
12819
12845
|
"additionalProperties": {
|
|
12820
|
-
"
|
|
12846
|
+
"anyOf": [
|
|
12821
12847
|
{
|
|
12822
12848
|
"type": "string"
|
|
12823
12849
|
},
|