doc-detective-common 3.1.1-dev.2 → 3.1.1-dev.3
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/config_v3.schema.json +194 -0
- package/dist/schemas/report_v3.schema.json +170 -0
- package/dist/schemas/resolvedTests_v3.schema.json +364 -0
- package/dist/schemas/spec_v3.schema.json +170 -0
- package/dist/schemas/step_v3.schema.json +85 -0
- package/dist/schemas/test_v3.schema.json +170 -0
- package/package.json +1 -1
- package/src/schemas/build/config_v3.schema.json +24 -0
- package/src/schemas/build/step_v3.schema.json +18 -0
- package/src/schemas/output_schemas/config_v3.schema.json +194 -0
- package/src/schemas/output_schemas/report_v3.schema.json +170 -0
- package/src/schemas/output_schemas/resolvedTests_v3.schema.json +364 -0
- package/src/schemas/output_schemas/spec_v3.schema.json +170 -0
- package/src/schemas/output_schemas/step_v3.schema.json +85 -0
- package/src/schemas/output_schemas/test_v3.schema.json +170 -0
- package/src/schemas/schemas.json +1153 -0
- package/src/schemas/src_schemas/config_v3.schema.json +22 -0
- package/src/schemas/src_schemas/step_v3.schema.json +18 -0
|
@@ -823,6 +823,11 @@
|
|
|
823
823
|
}
|
|
824
824
|
},
|
|
825
825
|
"title": "Variables (step)"
|
|
826
|
+
},
|
|
827
|
+
"breakpoint": {
|
|
828
|
+
"type": "boolean",
|
|
829
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
830
|
+
"default": false
|
|
826
831
|
}
|
|
827
832
|
},
|
|
828
833
|
"title": "Common"
|
|
@@ -870,6 +875,11 @@
|
|
|
870
875
|
}
|
|
871
876
|
},
|
|
872
877
|
"title": "Variables (step)"
|
|
878
|
+
},
|
|
879
|
+
"breakpoint": {
|
|
880
|
+
"type": "boolean",
|
|
881
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
882
|
+
"default": false
|
|
873
883
|
}
|
|
874
884
|
}
|
|
875
885
|
},
|
|
@@ -925,6 +935,11 @@
|
|
|
925
935
|
}
|
|
926
936
|
},
|
|
927
937
|
"title": "Variables (step)"
|
|
938
|
+
},
|
|
939
|
+
"breakpoint": {
|
|
940
|
+
"type": "boolean",
|
|
941
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
942
|
+
"default": false
|
|
928
943
|
}
|
|
929
944
|
},
|
|
930
945
|
"title": "Common"
|
|
@@ -1136,6 +1151,11 @@
|
|
|
1136
1151
|
}
|
|
1137
1152
|
},
|
|
1138
1153
|
"title": "Variables (step)"
|
|
1154
|
+
},
|
|
1155
|
+
"breakpoint": {
|
|
1156
|
+
"type": "boolean",
|
|
1157
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
1158
|
+
"default": false
|
|
1139
1159
|
}
|
|
1140
1160
|
},
|
|
1141
1161
|
"title": "Common"
|
|
@@ -1318,6 +1338,11 @@
|
|
|
1318
1338
|
}
|
|
1319
1339
|
},
|
|
1320
1340
|
"title": "Variables (step)"
|
|
1341
|
+
},
|
|
1342
|
+
"breakpoint": {
|
|
1343
|
+
"type": "boolean",
|
|
1344
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
1345
|
+
"default": false
|
|
1321
1346
|
}
|
|
1322
1347
|
},
|
|
1323
1348
|
"title": "Common"
|
|
@@ -2114,6 +2139,11 @@
|
|
|
2114
2139
|
}
|
|
2115
2140
|
},
|
|
2116
2141
|
"title": "Variables (step)"
|
|
2142
|
+
},
|
|
2143
|
+
"breakpoint": {
|
|
2144
|
+
"type": "boolean",
|
|
2145
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
2146
|
+
"default": false
|
|
2117
2147
|
}
|
|
2118
2148
|
},
|
|
2119
2149
|
"title": "Common"
|
|
@@ -2271,6 +2301,11 @@
|
|
|
2271
2301
|
}
|
|
2272
2302
|
},
|
|
2273
2303
|
"title": "Variables (step)"
|
|
2304
|
+
},
|
|
2305
|
+
"breakpoint": {
|
|
2306
|
+
"type": "boolean",
|
|
2307
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
2308
|
+
"default": false
|
|
2274
2309
|
}
|
|
2275
2310
|
},
|
|
2276
2311
|
"title": "Common"
|
|
@@ -3269,6 +3304,11 @@
|
|
|
3269
3304
|
}
|
|
3270
3305
|
},
|
|
3271
3306
|
"title": "Variables (step)"
|
|
3307
|
+
},
|
|
3308
|
+
"breakpoint": {
|
|
3309
|
+
"type": "boolean",
|
|
3310
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
3311
|
+
"default": false
|
|
3272
3312
|
}
|
|
3273
3313
|
},
|
|
3274
3314
|
"title": "Common"
|
|
@@ -3571,6 +3611,11 @@
|
|
|
3571
3611
|
}
|
|
3572
3612
|
},
|
|
3573
3613
|
"title": "Variables (step)"
|
|
3614
|
+
},
|
|
3615
|
+
"breakpoint": {
|
|
3616
|
+
"type": "boolean",
|
|
3617
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
3618
|
+
"default": false
|
|
3574
3619
|
}
|
|
3575
3620
|
},
|
|
3576
3621
|
"title": "Common"
|
|
@@ -3859,6 +3904,11 @@
|
|
|
3859
3904
|
}
|
|
3860
3905
|
},
|
|
3861
3906
|
"title": "Variables (step)"
|
|
3907
|
+
},
|
|
3908
|
+
"breakpoint": {
|
|
3909
|
+
"type": "boolean",
|
|
3910
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
3911
|
+
"default": false
|
|
3862
3912
|
}
|
|
3863
3913
|
},
|
|
3864
3914
|
"title": "Common"
|
|
@@ -4075,6 +4125,11 @@
|
|
|
4075
4125
|
}
|
|
4076
4126
|
},
|
|
4077
4127
|
"title": "Variables (step)"
|
|
4128
|
+
},
|
|
4129
|
+
"breakpoint": {
|
|
4130
|
+
"type": "boolean",
|
|
4131
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
4132
|
+
"default": false
|
|
4078
4133
|
}
|
|
4079
4134
|
},
|
|
4080
4135
|
"title": "Common"
|
|
@@ -4518,6 +4573,11 @@
|
|
|
4518
4573
|
}
|
|
4519
4574
|
},
|
|
4520
4575
|
"title": "Variables (step)"
|
|
4576
|
+
},
|
|
4577
|
+
"breakpoint": {
|
|
4578
|
+
"type": "boolean",
|
|
4579
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
4580
|
+
"default": false
|
|
4521
4581
|
}
|
|
4522
4582
|
},
|
|
4523
4583
|
"title": "Common"
|
|
@@ -4685,6 +4745,11 @@
|
|
|
4685
4745
|
}
|
|
4686
4746
|
},
|
|
4687
4747
|
"title": "Variables (step)"
|
|
4748
|
+
},
|
|
4749
|
+
"breakpoint": {
|
|
4750
|
+
"type": "boolean",
|
|
4751
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
4752
|
+
"default": false
|
|
4688
4753
|
}
|
|
4689
4754
|
},
|
|
4690
4755
|
"title": "Common"
|
|
@@ -4765,6 +4830,11 @@
|
|
|
4765
4830
|
}
|
|
4766
4831
|
},
|
|
4767
4832
|
"title": "Variables (step)"
|
|
4833
|
+
},
|
|
4834
|
+
"breakpoint": {
|
|
4835
|
+
"type": "boolean",
|
|
4836
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
4837
|
+
"default": false
|
|
4768
4838
|
}
|
|
4769
4839
|
},
|
|
4770
4840
|
"title": "Common"
|
|
@@ -4840,6 +4910,11 @@
|
|
|
4840
4910
|
}
|
|
4841
4911
|
},
|
|
4842
4912
|
"title": "Variables (step)"
|
|
4913
|
+
},
|
|
4914
|
+
"breakpoint": {
|
|
4915
|
+
"type": "boolean",
|
|
4916
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
4917
|
+
"default": false
|
|
4843
4918
|
}
|
|
4844
4919
|
},
|
|
4845
4920
|
"title": "Common"
|
|
@@ -5242,6 +5317,16 @@
|
|
|
5242
5317
|
}
|
|
5243
5318
|
}
|
|
5244
5319
|
}
|
|
5320
|
+
},
|
|
5321
|
+
{
|
|
5322
|
+
"stepId": "breakpoint-example",
|
|
5323
|
+
"description": "Step with breakpoint enabled",
|
|
5324
|
+
"goTo": "https://www.example.com",
|
|
5325
|
+
"breakpoint": true
|
|
5326
|
+
},
|
|
5327
|
+
{
|
|
5328
|
+
"checkLink": "https://www.google.com",
|
|
5329
|
+
"breakpoint": false
|
|
5245
5330
|
}
|
|
5246
5331
|
]
|
|
5247
5332
|
}
|
|
@@ -5790,6 +5875,21 @@
|
|
|
5790
5875
|
}
|
|
5791
5876
|
},
|
|
5792
5877
|
"title": "Environment details"
|
|
5878
|
+
},
|
|
5879
|
+
"debug": {
|
|
5880
|
+
"description": "Enable debugging mode. `true` allows pausing on breakpoints, waiting for user input before continuing. `stepThrough` pauses at every step, waiting for user input before continuing. `false` disables all debugging.",
|
|
5881
|
+
"anyOf": [
|
|
5882
|
+
{
|
|
5883
|
+
"type": "boolean"
|
|
5884
|
+
},
|
|
5885
|
+
{
|
|
5886
|
+
"type": "string",
|
|
5887
|
+
"enum": [
|
|
5888
|
+
"stepThrough"
|
|
5889
|
+
]
|
|
5890
|
+
}
|
|
5891
|
+
],
|
|
5892
|
+
"default": false
|
|
5793
5893
|
}
|
|
5794
5894
|
},
|
|
5795
5895
|
"components": {
|
|
@@ -5959,6 +6059,11 @@
|
|
|
5959
6059
|
}
|
|
5960
6060
|
},
|
|
5961
6061
|
"title": "Variables (step)"
|
|
6062
|
+
},
|
|
6063
|
+
"breakpoint": {
|
|
6064
|
+
"type": "boolean",
|
|
6065
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
6066
|
+
"default": false
|
|
5962
6067
|
}
|
|
5963
6068
|
},
|
|
5964
6069
|
"title": "Common"
|
|
@@ -6006,6 +6111,11 @@
|
|
|
6006
6111
|
}
|
|
6007
6112
|
},
|
|
6008
6113
|
"title": "Variables (step)"
|
|
6114
|
+
},
|
|
6115
|
+
"breakpoint": {
|
|
6116
|
+
"type": "boolean",
|
|
6117
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
6118
|
+
"default": false
|
|
6009
6119
|
}
|
|
6010
6120
|
}
|
|
6011
6121
|
},
|
|
@@ -6061,6 +6171,11 @@
|
|
|
6061
6171
|
}
|
|
6062
6172
|
},
|
|
6063
6173
|
"title": "Variables (step)"
|
|
6174
|
+
},
|
|
6175
|
+
"breakpoint": {
|
|
6176
|
+
"type": "boolean",
|
|
6177
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
6178
|
+
"default": false
|
|
6064
6179
|
}
|
|
6065
6180
|
},
|
|
6066
6181
|
"title": "Common"
|
|
@@ -6272,6 +6387,11 @@
|
|
|
6272
6387
|
}
|
|
6273
6388
|
},
|
|
6274
6389
|
"title": "Variables (step)"
|
|
6390
|
+
},
|
|
6391
|
+
"breakpoint": {
|
|
6392
|
+
"type": "boolean",
|
|
6393
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
6394
|
+
"default": false
|
|
6275
6395
|
}
|
|
6276
6396
|
},
|
|
6277
6397
|
"title": "Common"
|
|
@@ -6454,6 +6574,11 @@
|
|
|
6454
6574
|
}
|
|
6455
6575
|
},
|
|
6456
6576
|
"title": "Variables (step)"
|
|
6577
|
+
},
|
|
6578
|
+
"breakpoint": {
|
|
6579
|
+
"type": "boolean",
|
|
6580
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
6581
|
+
"default": false
|
|
6457
6582
|
}
|
|
6458
6583
|
},
|
|
6459
6584
|
"title": "Common"
|
|
@@ -7250,6 +7375,11 @@
|
|
|
7250
7375
|
}
|
|
7251
7376
|
},
|
|
7252
7377
|
"title": "Variables (step)"
|
|
7378
|
+
},
|
|
7379
|
+
"breakpoint": {
|
|
7380
|
+
"type": "boolean",
|
|
7381
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
7382
|
+
"default": false
|
|
7253
7383
|
}
|
|
7254
7384
|
},
|
|
7255
7385
|
"title": "Common"
|
|
@@ -7407,6 +7537,11 @@
|
|
|
7407
7537
|
}
|
|
7408
7538
|
},
|
|
7409
7539
|
"title": "Variables (step)"
|
|
7540
|
+
},
|
|
7541
|
+
"breakpoint": {
|
|
7542
|
+
"type": "boolean",
|
|
7543
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
7544
|
+
"default": false
|
|
7410
7545
|
}
|
|
7411
7546
|
},
|
|
7412
7547
|
"title": "Common"
|
|
@@ -8405,6 +8540,11 @@
|
|
|
8405
8540
|
}
|
|
8406
8541
|
},
|
|
8407
8542
|
"title": "Variables (step)"
|
|
8543
|
+
},
|
|
8544
|
+
"breakpoint": {
|
|
8545
|
+
"type": "boolean",
|
|
8546
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
8547
|
+
"default": false
|
|
8408
8548
|
}
|
|
8409
8549
|
},
|
|
8410
8550
|
"title": "Common"
|
|
@@ -8707,6 +8847,11 @@
|
|
|
8707
8847
|
}
|
|
8708
8848
|
},
|
|
8709
8849
|
"title": "Variables (step)"
|
|
8850
|
+
},
|
|
8851
|
+
"breakpoint": {
|
|
8852
|
+
"type": "boolean",
|
|
8853
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
8854
|
+
"default": false
|
|
8710
8855
|
}
|
|
8711
8856
|
},
|
|
8712
8857
|
"title": "Common"
|
|
@@ -8995,6 +9140,11 @@
|
|
|
8995
9140
|
}
|
|
8996
9141
|
},
|
|
8997
9142
|
"title": "Variables (step)"
|
|
9143
|
+
},
|
|
9144
|
+
"breakpoint": {
|
|
9145
|
+
"type": "boolean",
|
|
9146
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
9147
|
+
"default": false
|
|
8998
9148
|
}
|
|
8999
9149
|
},
|
|
9000
9150
|
"title": "Common"
|
|
@@ -9211,6 +9361,11 @@
|
|
|
9211
9361
|
}
|
|
9212
9362
|
},
|
|
9213
9363
|
"title": "Variables (step)"
|
|
9364
|
+
},
|
|
9365
|
+
"breakpoint": {
|
|
9366
|
+
"type": "boolean",
|
|
9367
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
9368
|
+
"default": false
|
|
9214
9369
|
}
|
|
9215
9370
|
},
|
|
9216
9371
|
"title": "Common"
|
|
@@ -9654,6 +9809,11 @@
|
|
|
9654
9809
|
}
|
|
9655
9810
|
},
|
|
9656
9811
|
"title": "Variables (step)"
|
|
9812
|
+
},
|
|
9813
|
+
"breakpoint": {
|
|
9814
|
+
"type": "boolean",
|
|
9815
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
9816
|
+
"default": false
|
|
9657
9817
|
}
|
|
9658
9818
|
},
|
|
9659
9819
|
"title": "Common"
|
|
@@ -9821,6 +9981,11 @@
|
|
|
9821
9981
|
}
|
|
9822
9982
|
},
|
|
9823
9983
|
"title": "Variables (step)"
|
|
9984
|
+
},
|
|
9985
|
+
"breakpoint": {
|
|
9986
|
+
"type": "boolean",
|
|
9987
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
9988
|
+
"default": false
|
|
9824
9989
|
}
|
|
9825
9990
|
},
|
|
9826
9991
|
"title": "Common"
|
|
@@ -9901,6 +10066,11 @@
|
|
|
9901
10066
|
}
|
|
9902
10067
|
},
|
|
9903
10068
|
"title": "Variables (step)"
|
|
10069
|
+
},
|
|
10070
|
+
"breakpoint": {
|
|
10071
|
+
"type": "boolean",
|
|
10072
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
10073
|
+
"default": false
|
|
9904
10074
|
}
|
|
9905
10075
|
},
|
|
9906
10076
|
"title": "Common"
|
|
@@ -9976,6 +10146,11 @@
|
|
|
9976
10146
|
}
|
|
9977
10147
|
},
|
|
9978
10148
|
"title": "Variables (step)"
|
|
10149
|
+
},
|
|
10150
|
+
"breakpoint": {
|
|
10151
|
+
"type": "boolean",
|
|
10152
|
+
"description": "Whether or not this step should act as a breakpoint when debugging is enabled. When `true`, execution will pause at this step when debug mode is enabled.",
|
|
10153
|
+
"default": false
|
|
9979
10154
|
}
|
|
9980
10155
|
},
|
|
9981
10156
|
"title": "Common"
|
|
@@ -10378,6 +10553,16 @@
|
|
|
10378
10553
|
}
|
|
10379
10554
|
}
|
|
10380
10555
|
}
|
|
10556
|
+
},
|
|
10557
|
+
{
|
|
10558
|
+
"stepId": "breakpoint-example",
|
|
10559
|
+
"description": "Step with breakpoint enabled",
|
|
10560
|
+
"goTo": "https://www.example.com",
|
|
10561
|
+
"breakpoint": true
|
|
10562
|
+
},
|
|
10563
|
+
{
|
|
10564
|
+
"checkLink": "https://www.google.com",
|
|
10565
|
+
"breakpoint": false
|
|
10381
10566
|
}
|
|
10382
10567
|
]
|
|
10383
10568
|
}
|
|
@@ -10609,6 +10794,15 @@
|
|
|
10609
10794
|
},
|
|
10610
10795
|
{
|
|
10611
10796
|
"concurrentRunners": 4
|
|
10797
|
+
},
|
|
10798
|
+
{
|
|
10799
|
+
"debug": false
|
|
10800
|
+
},
|
|
10801
|
+
{
|
|
10802
|
+
"debug": true
|
|
10803
|
+
},
|
|
10804
|
+
{
|
|
10805
|
+
"debug": "stepThrough"
|
|
10612
10806
|
}
|
|
10613
10807
|
]
|
|
10614
10808
|
}
|