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
|
@@ -836,6 +836,11 @@
|
|
|
836
836
|
}
|
|
837
837
|
},
|
|
838
838
|
"title": "Variables (step)"
|
|
839
|
+
},
|
|
840
|
+
"breakpoint": {
|
|
841
|
+
"type": "boolean",
|
|
842
|
+
"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.",
|
|
843
|
+
"default": false
|
|
839
844
|
}
|
|
840
845
|
},
|
|
841
846
|
"title": "Common"
|
|
@@ -883,6 +888,11 @@
|
|
|
883
888
|
}
|
|
884
889
|
},
|
|
885
890
|
"title": "Variables (step)"
|
|
891
|
+
},
|
|
892
|
+
"breakpoint": {
|
|
893
|
+
"type": "boolean",
|
|
894
|
+
"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.",
|
|
895
|
+
"default": false
|
|
886
896
|
}
|
|
887
897
|
}
|
|
888
898
|
},
|
|
@@ -938,6 +948,11 @@
|
|
|
938
948
|
}
|
|
939
949
|
},
|
|
940
950
|
"title": "Variables (step)"
|
|
951
|
+
},
|
|
952
|
+
"breakpoint": {
|
|
953
|
+
"type": "boolean",
|
|
954
|
+
"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.",
|
|
955
|
+
"default": false
|
|
941
956
|
}
|
|
942
957
|
},
|
|
943
958
|
"title": "Common"
|
|
@@ -1149,6 +1164,11 @@
|
|
|
1149
1164
|
}
|
|
1150
1165
|
},
|
|
1151
1166
|
"title": "Variables (step)"
|
|
1167
|
+
},
|
|
1168
|
+
"breakpoint": {
|
|
1169
|
+
"type": "boolean",
|
|
1170
|
+
"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.",
|
|
1171
|
+
"default": false
|
|
1152
1172
|
}
|
|
1153
1173
|
},
|
|
1154
1174
|
"title": "Common"
|
|
@@ -1331,6 +1351,11 @@
|
|
|
1331
1351
|
}
|
|
1332
1352
|
},
|
|
1333
1353
|
"title": "Variables (step)"
|
|
1354
|
+
},
|
|
1355
|
+
"breakpoint": {
|
|
1356
|
+
"type": "boolean",
|
|
1357
|
+
"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.",
|
|
1358
|
+
"default": false
|
|
1334
1359
|
}
|
|
1335
1360
|
},
|
|
1336
1361
|
"title": "Common"
|
|
@@ -2127,6 +2152,11 @@
|
|
|
2127
2152
|
}
|
|
2128
2153
|
},
|
|
2129
2154
|
"title": "Variables (step)"
|
|
2155
|
+
},
|
|
2156
|
+
"breakpoint": {
|
|
2157
|
+
"type": "boolean",
|
|
2158
|
+
"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.",
|
|
2159
|
+
"default": false
|
|
2130
2160
|
}
|
|
2131
2161
|
},
|
|
2132
2162
|
"title": "Common"
|
|
@@ -2284,6 +2314,11 @@
|
|
|
2284
2314
|
}
|
|
2285
2315
|
},
|
|
2286
2316
|
"title": "Variables (step)"
|
|
2317
|
+
},
|
|
2318
|
+
"breakpoint": {
|
|
2319
|
+
"type": "boolean",
|
|
2320
|
+
"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.",
|
|
2321
|
+
"default": false
|
|
2287
2322
|
}
|
|
2288
2323
|
},
|
|
2289
2324
|
"title": "Common"
|
|
@@ -3282,6 +3317,11 @@
|
|
|
3282
3317
|
}
|
|
3283
3318
|
},
|
|
3284
3319
|
"title": "Variables (step)"
|
|
3320
|
+
},
|
|
3321
|
+
"breakpoint": {
|
|
3322
|
+
"type": "boolean",
|
|
3323
|
+
"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.",
|
|
3324
|
+
"default": false
|
|
3285
3325
|
}
|
|
3286
3326
|
},
|
|
3287
3327
|
"title": "Common"
|
|
@@ -3584,6 +3624,11 @@
|
|
|
3584
3624
|
}
|
|
3585
3625
|
},
|
|
3586
3626
|
"title": "Variables (step)"
|
|
3627
|
+
},
|
|
3628
|
+
"breakpoint": {
|
|
3629
|
+
"type": "boolean",
|
|
3630
|
+
"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.",
|
|
3631
|
+
"default": false
|
|
3587
3632
|
}
|
|
3588
3633
|
},
|
|
3589
3634
|
"title": "Common"
|
|
@@ -3872,6 +3917,11 @@
|
|
|
3872
3917
|
}
|
|
3873
3918
|
},
|
|
3874
3919
|
"title": "Variables (step)"
|
|
3920
|
+
},
|
|
3921
|
+
"breakpoint": {
|
|
3922
|
+
"type": "boolean",
|
|
3923
|
+
"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.",
|
|
3924
|
+
"default": false
|
|
3875
3925
|
}
|
|
3876
3926
|
},
|
|
3877
3927
|
"title": "Common"
|
|
@@ -4088,6 +4138,11 @@
|
|
|
4088
4138
|
}
|
|
4089
4139
|
},
|
|
4090
4140
|
"title": "Variables (step)"
|
|
4141
|
+
},
|
|
4142
|
+
"breakpoint": {
|
|
4143
|
+
"type": "boolean",
|
|
4144
|
+
"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.",
|
|
4145
|
+
"default": false
|
|
4091
4146
|
}
|
|
4092
4147
|
},
|
|
4093
4148
|
"title": "Common"
|
|
@@ -4531,6 +4586,11 @@
|
|
|
4531
4586
|
}
|
|
4532
4587
|
},
|
|
4533
4588
|
"title": "Variables (step)"
|
|
4589
|
+
},
|
|
4590
|
+
"breakpoint": {
|
|
4591
|
+
"type": "boolean",
|
|
4592
|
+
"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.",
|
|
4593
|
+
"default": false
|
|
4534
4594
|
}
|
|
4535
4595
|
},
|
|
4536
4596
|
"title": "Common"
|
|
@@ -4698,6 +4758,11 @@
|
|
|
4698
4758
|
}
|
|
4699
4759
|
},
|
|
4700
4760
|
"title": "Variables (step)"
|
|
4761
|
+
},
|
|
4762
|
+
"breakpoint": {
|
|
4763
|
+
"type": "boolean",
|
|
4764
|
+
"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.",
|
|
4765
|
+
"default": false
|
|
4701
4766
|
}
|
|
4702
4767
|
},
|
|
4703
4768
|
"title": "Common"
|
|
@@ -4778,6 +4843,11 @@
|
|
|
4778
4843
|
}
|
|
4779
4844
|
},
|
|
4780
4845
|
"title": "Variables (step)"
|
|
4846
|
+
},
|
|
4847
|
+
"breakpoint": {
|
|
4848
|
+
"type": "boolean",
|
|
4849
|
+
"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.",
|
|
4850
|
+
"default": false
|
|
4781
4851
|
}
|
|
4782
4852
|
},
|
|
4783
4853
|
"title": "Common"
|
|
@@ -4853,6 +4923,11 @@
|
|
|
4853
4923
|
}
|
|
4854
4924
|
},
|
|
4855
4925
|
"title": "Variables (step)"
|
|
4926
|
+
},
|
|
4927
|
+
"breakpoint": {
|
|
4928
|
+
"type": "boolean",
|
|
4929
|
+
"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.",
|
|
4930
|
+
"default": false
|
|
4856
4931
|
}
|
|
4857
4932
|
},
|
|
4858
4933
|
"title": "Common"
|
|
@@ -5255,6 +5330,16 @@
|
|
|
5255
5330
|
}
|
|
5256
5331
|
}
|
|
5257
5332
|
}
|
|
5333
|
+
},
|
|
5334
|
+
{
|
|
5335
|
+
"stepId": "breakpoint-example",
|
|
5336
|
+
"description": "Step with breakpoint enabled",
|
|
5337
|
+
"goTo": "https://www.example.com",
|
|
5338
|
+
"breakpoint": true
|
|
5339
|
+
},
|
|
5340
|
+
{
|
|
5341
|
+
"checkLink": "https://www.google.com",
|
|
5342
|
+
"breakpoint": false
|
|
5258
5343
|
}
|
|
5259
5344
|
]
|
|
5260
5345
|
}
|
|
@@ -5803,6 +5888,21 @@
|
|
|
5803
5888
|
}
|
|
5804
5889
|
},
|
|
5805
5890
|
"title": "Environment details"
|
|
5891
|
+
},
|
|
5892
|
+
"debug": {
|
|
5893
|
+
"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.",
|
|
5894
|
+
"anyOf": [
|
|
5895
|
+
{
|
|
5896
|
+
"type": "boolean"
|
|
5897
|
+
},
|
|
5898
|
+
{
|
|
5899
|
+
"type": "string",
|
|
5900
|
+
"enum": [
|
|
5901
|
+
"stepThrough"
|
|
5902
|
+
]
|
|
5903
|
+
}
|
|
5904
|
+
],
|
|
5905
|
+
"default": false
|
|
5806
5906
|
}
|
|
5807
5907
|
},
|
|
5808
5908
|
"components": {
|
|
@@ -5972,6 +6072,11 @@
|
|
|
5972
6072
|
}
|
|
5973
6073
|
},
|
|
5974
6074
|
"title": "Variables (step)"
|
|
6075
|
+
},
|
|
6076
|
+
"breakpoint": {
|
|
6077
|
+
"type": "boolean",
|
|
6078
|
+
"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.",
|
|
6079
|
+
"default": false
|
|
5975
6080
|
}
|
|
5976
6081
|
},
|
|
5977
6082
|
"title": "Common"
|
|
@@ -6019,6 +6124,11 @@
|
|
|
6019
6124
|
}
|
|
6020
6125
|
},
|
|
6021
6126
|
"title": "Variables (step)"
|
|
6127
|
+
},
|
|
6128
|
+
"breakpoint": {
|
|
6129
|
+
"type": "boolean",
|
|
6130
|
+
"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.",
|
|
6131
|
+
"default": false
|
|
6022
6132
|
}
|
|
6023
6133
|
}
|
|
6024
6134
|
},
|
|
@@ -6074,6 +6184,11 @@
|
|
|
6074
6184
|
}
|
|
6075
6185
|
},
|
|
6076
6186
|
"title": "Variables (step)"
|
|
6187
|
+
},
|
|
6188
|
+
"breakpoint": {
|
|
6189
|
+
"type": "boolean",
|
|
6190
|
+
"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.",
|
|
6191
|
+
"default": false
|
|
6077
6192
|
}
|
|
6078
6193
|
},
|
|
6079
6194
|
"title": "Common"
|
|
@@ -6285,6 +6400,11 @@
|
|
|
6285
6400
|
}
|
|
6286
6401
|
},
|
|
6287
6402
|
"title": "Variables (step)"
|
|
6403
|
+
},
|
|
6404
|
+
"breakpoint": {
|
|
6405
|
+
"type": "boolean",
|
|
6406
|
+
"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.",
|
|
6407
|
+
"default": false
|
|
6288
6408
|
}
|
|
6289
6409
|
},
|
|
6290
6410
|
"title": "Common"
|
|
@@ -6467,6 +6587,11 @@
|
|
|
6467
6587
|
}
|
|
6468
6588
|
},
|
|
6469
6589
|
"title": "Variables (step)"
|
|
6590
|
+
},
|
|
6591
|
+
"breakpoint": {
|
|
6592
|
+
"type": "boolean",
|
|
6593
|
+
"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.",
|
|
6594
|
+
"default": false
|
|
6470
6595
|
}
|
|
6471
6596
|
},
|
|
6472
6597
|
"title": "Common"
|
|
@@ -7263,6 +7388,11 @@
|
|
|
7263
7388
|
}
|
|
7264
7389
|
},
|
|
7265
7390
|
"title": "Variables (step)"
|
|
7391
|
+
},
|
|
7392
|
+
"breakpoint": {
|
|
7393
|
+
"type": "boolean",
|
|
7394
|
+
"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.",
|
|
7395
|
+
"default": false
|
|
7266
7396
|
}
|
|
7267
7397
|
},
|
|
7268
7398
|
"title": "Common"
|
|
@@ -7420,6 +7550,11 @@
|
|
|
7420
7550
|
}
|
|
7421
7551
|
},
|
|
7422
7552
|
"title": "Variables (step)"
|
|
7553
|
+
},
|
|
7554
|
+
"breakpoint": {
|
|
7555
|
+
"type": "boolean",
|
|
7556
|
+
"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.",
|
|
7557
|
+
"default": false
|
|
7423
7558
|
}
|
|
7424
7559
|
},
|
|
7425
7560
|
"title": "Common"
|
|
@@ -8418,6 +8553,11 @@
|
|
|
8418
8553
|
}
|
|
8419
8554
|
},
|
|
8420
8555
|
"title": "Variables (step)"
|
|
8556
|
+
},
|
|
8557
|
+
"breakpoint": {
|
|
8558
|
+
"type": "boolean",
|
|
8559
|
+
"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.",
|
|
8560
|
+
"default": false
|
|
8421
8561
|
}
|
|
8422
8562
|
},
|
|
8423
8563
|
"title": "Common"
|
|
@@ -8720,6 +8860,11 @@
|
|
|
8720
8860
|
}
|
|
8721
8861
|
},
|
|
8722
8862
|
"title": "Variables (step)"
|
|
8863
|
+
},
|
|
8864
|
+
"breakpoint": {
|
|
8865
|
+
"type": "boolean",
|
|
8866
|
+
"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.",
|
|
8867
|
+
"default": false
|
|
8723
8868
|
}
|
|
8724
8869
|
},
|
|
8725
8870
|
"title": "Common"
|
|
@@ -9008,6 +9153,11 @@
|
|
|
9008
9153
|
}
|
|
9009
9154
|
},
|
|
9010
9155
|
"title": "Variables (step)"
|
|
9156
|
+
},
|
|
9157
|
+
"breakpoint": {
|
|
9158
|
+
"type": "boolean",
|
|
9159
|
+
"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.",
|
|
9160
|
+
"default": false
|
|
9011
9161
|
}
|
|
9012
9162
|
},
|
|
9013
9163
|
"title": "Common"
|
|
@@ -9224,6 +9374,11 @@
|
|
|
9224
9374
|
}
|
|
9225
9375
|
},
|
|
9226
9376
|
"title": "Variables (step)"
|
|
9377
|
+
},
|
|
9378
|
+
"breakpoint": {
|
|
9379
|
+
"type": "boolean",
|
|
9380
|
+
"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.",
|
|
9381
|
+
"default": false
|
|
9227
9382
|
}
|
|
9228
9383
|
},
|
|
9229
9384
|
"title": "Common"
|
|
@@ -9667,6 +9822,11 @@
|
|
|
9667
9822
|
}
|
|
9668
9823
|
},
|
|
9669
9824
|
"title": "Variables (step)"
|
|
9825
|
+
},
|
|
9826
|
+
"breakpoint": {
|
|
9827
|
+
"type": "boolean",
|
|
9828
|
+
"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.",
|
|
9829
|
+
"default": false
|
|
9670
9830
|
}
|
|
9671
9831
|
},
|
|
9672
9832
|
"title": "Common"
|
|
@@ -9834,6 +9994,11 @@
|
|
|
9834
9994
|
}
|
|
9835
9995
|
},
|
|
9836
9996
|
"title": "Variables (step)"
|
|
9997
|
+
},
|
|
9998
|
+
"breakpoint": {
|
|
9999
|
+
"type": "boolean",
|
|
10000
|
+
"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.",
|
|
10001
|
+
"default": false
|
|
9837
10002
|
}
|
|
9838
10003
|
},
|
|
9839
10004
|
"title": "Common"
|
|
@@ -9914,6 +10079,11 @@
|
|
|
9914
10079
|
}
|
|
9915
10080
|
},
|
|
9916
10081
|
"title": "Variables (step)"
|
|
10082
|
+
},
|
|
10083
|
+
"breakpoint": {
|
|
10084
|
+
"type": "boolean",
|
|
10085
|
+
"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.",
|
|
10086
|
+
"default": false
|
|
9917
10087
|
}
|
|
9918
10088
|
},
|
|
9919
10089
|
"title": "Common"
|
|
@@ -9989,6 +10159,11 @@
|
|
|
9989
10159
|
}
|
|
9990
10160
|
},
|
|
9991
10161
|
"title": "Variables (step)"
|
|
10162
|
+
},
|
|
10163
|
+
"breakpoint": {
|
|
10164
|
+
"type": "boolean",
|
|
10165
|
+
"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.",
|
|
10166
|
+
"default": false
|
|
9992
10167
|
}
|
|
9993
10168
|
},
|
|
9994
10169
|
"title": "Common"
|
|
@@ -10391,6 +10566,16 @@
|
|
|
10391
10566
|
}
|
|
10392
10567
|
}
|
|
10393
10568
|
}
|
|
10569
|
+
},
|
|
10570
|
+
{
|
|
10571
|
+
"stepId": "breakpoint-example",
|
|
10572
|
+
"description": "Step with breakpoint enabled",
|
|
10573
|
+
"goTo": "https://www.example.com",
|
|
10574
|
+
"breakpoint": true
|
|
10575
|
+
},
|
|
10576
|
+
{
|
|
10577
|
+
"checkLink": "https://www.google.com",
|
|
10578
|
+
"breakpoint": false
|
|
10394
10579
|
}
|
|
10395
10580
|
]
|
|
10396
10581
|
}
|
|
@@ -10622,6 +10807,15 @@
|
|
|
10622
10807
|
},
|
|
10623
10808
|
{
|
|
10624
10809
|
"concurrentRunners": 4
|
|
10810
|
+
},
|
|
10811
|
+
{
|
|
10812
|
+
"debug": false
|
|
10813
|
+
},
|
|
10814
|
+
{
|
|
10815
|
+
"debug": true
|
|
10816
|
+
},
|
|
10817
|
+
{
|
|
10818
|
+
"debug": "stepThrough"
|
|
10625
10819
|
}
|
|
10626
10820
|
]
|
|
10627
10821
|
},
|
|
@@ -11887,6 +12081,11 @@
|
|
|
11887
12081
|
}
|
|
11888
12082
|
},
|
|
11889
12083
|
"title": "Variables (step)"
|
|
12084
|
+
},
|
|
12085
|
+
"breakpoint": {
|
|
12086
|
+
"type": "boolean",
|
|
12087
|
+
"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.",
|
|
12088
|
+
"default": false
|
|
11890
12089
|
}
|
|
11891
12090
|
},
|
|
11892
12091
|
"title": "Common"
|
|
@@ -11934,6 +12133,11 @@
|
|
|
11934
12133
|
}
|
|
11935
12134
|
},
|
|
11936
12135
|
"title": "Variables (step)"
|
|
12136
|
+
},
|
|
12137
|
+
"breakpoint": {
|
|
12138
|
+
"type": "boolean",
|
|
12139
|
+
"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.",
|
|
12140
|
+
"default": false
|
|
11937
12141
|
}
|
|
11938
12142
|
}
|
|
11939
12143
|
},
|
|
@@ -11989,6 +12193,11 @@
|
|
|
11989
12193
|
}
|
|
11990
12194
|
},
|
|
11991
12195
|
"title": "Variables (step)"
|
|
12196
|
+
},
|
|
12197
|
+
"breakpoint": {
|
|
12198
|
+
"type": "boolean",
|
|
12199
|
+
"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.",
|
|
12200
|
+
"default": false
|
|
11992
12201
|
}
|
|
11993
12202
|
},
|
|
11994
12203
|
"title": "Common"
|
|
@@ -12200,6 +12409,11 @@
|
|
|
12200
12409
|
}
|
|
12201
12410
|
},
|
|
12202
12411
|
"title": "Variables (step)"
|
|
12412
|
+
},
|
|
12413
|
+
"breakpoint": {
|
|
12414
|
+
"type": "boolean",
|
|
12415
|
+
"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.",
|
|
12416
|
+
"default": false
|
|
12203
12417
|
}
|
|
12204
12418
|
},
|
|
12205
12419
|
"title": "Common"
|
|
@@ -12382,6 +12596,11 @@
|
|
|
12382
12596
|
}
|
|
12383
12597
|
},
|
|
12384
12598
|
"title": "Variables (step)"
|
|
12599
|
+
},
|
|
12600
|
+
"breakpoint": {
|
|
12601
|
+
"type": "boolean",
|
|
12602
|
+
"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.",
|
|
12603
|
+
"default": false
|
|
12385
12604
|
}
|
|
12386
12605
|
},
|
|
12387
12606
|
"title": "Common"
|
|
@@ -13178,6 +13397,11 @@
|
|
|
13178
13397
|
}
|
|
13179
13398
|
},
|
|
13180
13399
|
"title": "Variables (step)"
|
|
13400
|
+
},
|
|
13401
|
+
"breakpoint": {
|
|
13402
|
+
"type": "boolean",
|
|
13403
|
+
"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.",
|
|
13404
|
+
"default": false
|
|
13181
13405
|
}
|
|
13182
13406
|
},
|
|
13183
13407
|
"title": "Common"
|
|
@@ -13335,6 +13559,11 @@
|
|
|
13335
13559
|
}
|
|
13336
13560
|
},
|
|
13337
13561
|
"title": "Variables (step)"
|
|
13562
|
+
},
|
|
13563
|
+
"breakpoint": {
|
|
13564
|
+
"type": "boolean",
|
|
13565
|
+
"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.",
|
|
13566
|
+
"default": false
|
|
13338
13567
|
}
|
|
13339
13568
|
},
|
|
13340
13569
|
"title": "Common"
|
|
@@ -14333,6 +14562,11 @@
|
|
|
14333
14562
|
}
|
|
14334
14563
|
},
|
|
14335
14564
|
"title": "Variables (step)"
|
|
14565
|
+
},
|
|
14566
|
+
"breakpoint": {
|
|
14567
|
+
"type": "boolean",
|
|
14568
|
+
"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.",
|
|
14569
|
+
"default": false
|
|
14336
14570
|
}
|
|
14337
14571
|
},
|
|
14338
14572
|
"title": "Common"
|
|
@@ -14635,6 +14869,11 @@
|
|
|
14635
14869
|
}
|
|
14636
14870
|
},
|
|
14637
14871
|
"title": "Variables (step)"
|
|
14872
|
+
},
|
|
14873
|
+
"breakpoint": {
|
|
14874
|
+
"type": "boolean",
|
|
14875
|
+
"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.",
|
|
14876
|
+
"default": false
|
|
14638
14877
|
}
|
|
14639
14878
|
},
|
|
14640
14879
|
"title": "Common"
|
|
@@ -14923,6 +15162,11 @@
|
|
|
14923
15162
|
}
|
|
14924
15163
|
},
|
|
14925
15164
|
"title": "Variables (step)"
|
|
15165
|
+
},
|
|
15166
|
+
"breakpoint": {
|
|
15167
|
+
"type": "boolean",
|
|
15168
|
+
"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.",
|
|
15169
|
+
"default": false
|
|
14926
15170
|
}
|
|
14927
15171
|
},
|
|
14928
15172
|
"title": "Common"
|
|
@@ -15139,6 +15383,11 @@
|
|
|
15139
15383
|
}
|
|
15140
15384
|
},
|
|
15141
15385
|
"title": "Variables (step)"
|
|
15386
|
+
},
|
|
15387
|
+
"breakpoint": {
|
|
15388
|
+
"type": "boolean",
|
|
15389
|
+
"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.",
|
|
15390
|
+
"default": false
|
|
15142
15391
|
}
|
|
15143
15392
|
},
|
|
15144
15393
|
"title": "Common"
|
|
@@ -15582,6 +15831,11 @@
|
|
|
15582
15831
|
}
|
|
15583
15832
|
},
|
|
15584
15833
|
"title": "Variables (step)"
|
|
15834
|
+
},
|
|
15835
|
+
"breakpoint": {
|
|
15836
|
+
"type": "boolean",
|
|
15837
|
+
"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.",
|
|
15838
|
+
"default": false
|
|
15585
15839
|
}
|
|
15586
15840
|
},
|
|
15587
15841
|
"title": "Common"
|
|
@@ -15749,6 +16003,11 @@
|
|
|
15749
16003
|
}
|
|
15750
16004
|
},
|
|
15751
16005
|
"title": "Variables (step)"
|
|
16006
|
+
},
|
|
16007
|
+
"breakpoint": {
|
|
16008
|
+
"type": "boolean",
|
|
16009
|
+
"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.",
|
|
16010
|
+
"default": false
|
|
15752
16011
|
}
|
|
15753
16012
|
},
|
|
15754
16013
|
"title": "Common"
|
|
@@ -15829,6 +16088,11 @@
|
|
|
15829
16088
|
}
|
|
15830
16089
|
},
|
|
15831
16090
|
"title": "Variables (step)"
|
|
16091
|
+
},
|
|
16092
|
+
"breakpoint": {
|
|
16093
|
+
"type": "boolean",
|
|
16094
|
+
"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.",
|
|
16095
|
+
"default": false
|
|
15832
16096
|
}
|
|
15833
16097
|
},
|
|
15834
16098
|
"title": "Common"
|
|
@@ -15904,6 +16168,11 @@
|
|
|
15904
16168
|
}
|
|
15905
16169
|
},
|
|
15906
16170
|
"title": "Variables (step)"
|
|
16171
|
+
},
|
|
16172
|
+
"breakpoint": {
|
|
16173
|
+
"type": "boolean",
|
|
16174
|
+
"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.",
|
|
16175
|
+
"default": false
|
|
15907
16176
|
}
|
|
15908
16177
|
},
|
|
15909
16178
|
"title": "Common"
|
|
@@ -16306,6 +16575,16 @@
|
|
|
16306
16575
|
}
|
|
16307
16576
|
}
|
|
16308
16577
|
}
|
|
16578
|
+
},
|
|
16579
|
+
{
|
|
16580
|
+
"stepId": "breakpoint-example",
|
|
16581
|
+
"description": "Step with breakpoint enabled",
|
|
16582
|
+
"goTo": "https://www.example.com",
|
|
16583
|
+
"breakpoint": true
|
|
16584
|
+
},
|
|
16585
|
+
{
|
|
16586
|
+
"checkLink": "https://www.google.com",
|
|
16587
|
+
"breakpoint": false
|
|
16309
16588
|
}
|
|
16310
16589
|
]
|
|
16311
16590
|
}
|
|
@@ -16623,6 +16902,11 @@
|
|
|
16623
16902
|
}
|
|
16624
16903
|
},
|
|
16625
16904
|
"title": "Variables (step)"
|
|
16905
|
+
},
|
|
16906
|
+
"breakpoint": {
|
|
16907
|
+
"type": "boolean",
|
|
16908
|
+
"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.",
|
|
16909
|
+
"default": false
|
|
16626
16910
|
}
|
|
16627
16911
|
},
|
|
16628
16912
|
"title": "Common"
|
|
@@ -16670,6 +16954,11 @@
|
|
|
16670
16954
|
}
|
|
16671
16955
|
},
|
|
16672
16956
|
"title": "Variables (step)"
|
|
16957
|
+
},
|
|
16958
|
+
"breakpoint": {
|
|
16959
|
+
"type": "boolean",
|
|
16960
|
+
"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.",
|
|
16961
|
+
"default": false
|
|
16673
16962
|
}
|
|
16674
16963
|
}
|
|
16675
16964
|
},
|
|
@@ -16725,6 +17014,11 @@
|
|
|
16725
17014
|
}
|
|
16726
17015
|
},
|
|
16727
17016
|
"title": "Variables (step)"
|
|
17017
|
+
},
|
|
17018
|
+
"breakpoint": {
|
|
17019
|
+
"type": "boolean",
|
|
17020
|
+
"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.",
|
|
17021
|
+
"default": false
|
|
16728
17022
|
}
|
|
16729
17023
|
},
|
|
16730
17024
|
"title": "Common"
|
|
@@ -16936,6 +17230,11 @@
|
|
|
16936
17230
|
}
|
|
16937
17231
|
},
|
|
16938
17232
|
"title": "Variables (step)"
|
|
17233
|
+
},
|
|
17234
|
+
"breakpoint": {
|
|
17235
|
+
"type": "boolean",
|
|
17236
|
+
"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.",
|
|
17237
|
+
"default": false
|
|
16939
17238
|
}
|
|
16940
17239
|
},
|
|
16941
17240
|
"title": "Common"
|
|
@@ -17118,6 +17417,11 @@
|
|
|
17118
17417
|
}
|
|
17119
17418
|
},
|
|
17120
17419
|
"title": "Variables (step)"
|
|
17420
|
+
},
|
|
17421
|
+
"breakpoint": {
|
|
17422
|
+
"type": "boolean",
|
|
17423
|
+
"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.",
|
|
17424
|
+
"default": false
|
|
17121
17425
|
}
|
|
17122
17426
|
},
|
|
17123
17427
|
"title": "Common"
|
|
@@ -17914,6 +18218,11 @@
|
|
|
17914
18218
|
}
|
|
17915
18219
|
},
|
|
17916
18220
|
"title": "Variables (step)"
|
|
18221
|
+
},
|
|
18222
|
+
"breakpoint": {
|
|
18223
|
+
"type": "boolean",
|
|
18224
|
+
"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.",
|
|
18225
|
+
"default": false
|
|
17917
18226
|
}
|
|
17918
18227
|
},
|
|
17919
18228
|
"title": "Common"
|
|
@@ -18071,6 +18380,11 @@
|
|
|
18071
18380
|
}
|
|
18072
18381
|
},
|
|
18073
18382
|
"title": "Variables (step)"
|
|
18383
|
+
},
|
|
18384
|
+
"breakpoint": {
|
|
18385
|
+
"type": "boolean",
|
|
18386
|
+
"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.",
|
|
18387
|
+
"default": false
|
|
18074
18388
|
}
|
|
18075
18389
|
},
|
|
18076
18390
|
"title": "Common"
|
|
@@ -19069,6 +19383,11 @@
|
|
|
19069
19383
|
}
|
|
19070
19384
|
},
|
|
19071
19385
|
"title": "Variables (step)"
|
|
19386
|
+
},
|
|
19387
|
+
"breakpoint": {
|
|
19388
|
+
"type": "boolean",
|
|
19389
|
+
"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.",
|
|
19390
|
+
"default": false
|
|
19072
19391
|
}
|
|
19073
19392
|
},
|
|
19074
19393
|
"title": "Common"
|
|
@@ -19371,6 +19690,11 @@
|
|
|
19371
19690
|
}
|
|
19372
19691
|
},
|
|
19373
19692
|
"title": "Variables (step)"
|
|
19693
|
+
},
|
|
19694
|
+
"breakpoint": {
|
|
19695
|
+
"type": "boolean",
|
|
19696
|
+
"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.",
|
|
19697
|
+
"default": false
|
|
19374
19698
|
}
|
|
19375
19699
|
},
|
|
19376
19700
|
"title": "Common"
|
|
@@ -19659,6 +19983,11 @@
|
|
|
19659
19983
|
}
|
|
19660
19984
|
},
|
|
19661
19985
|
"title": "Variables (step)"
|
|
19986
|
+
},
|
|
19987
|
+
"breakpoint": {
|
|
19988
|
+
"type": "boolean",
|
|
19989
|
+
"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.",
|
|
19990
|
+
"default": false
|
|
19662
19991
|
}
|
|
19663
19992
|
},
|
|
19664
19993
|
"title": "Common"
|
|
@@ -19875,6 +20204,11 @@
|
|
|
19875
20204
|
}
|
|
19876
20205
|
},
|
|
19877
20206
|
"title": "Variables (step)"
|
|
20207
|
+
},
|
|
20208
|
+
"breakpoint": {
|
|
20209
|
+
"type": "boolean",
|
|
20210
|
+
"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.",
|
|
20211
|
+
"default": false
|
|
19878
20212
|
}
|
|
19879
20213
|
},
|
|
19880
20214
|
"title": "Common"
|
|
@@ -20318,6 +20652,11 @@
|
|
|
20318
20652
|
}
|
|
20319
20653
|
},
|
|
20320
20654
|
"title": "Variables (step)"
|
|
20655
|
+
},
|
|
20656
|
+
"breakpoint": {
|
|
20657
|
+
"type": "boolean",
|
|
20658
|
+
"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.",
|
|
20659
|
+
"default": false
|
|
20321
20660
|
}
|
|
20322
20661
|
},
|
|
20323
20662
|
"title": "Common"
|
|
@@ -20485,6 +20824,11 @@
|
|
|
20485
20824
|
}
|
|
20486
20825
|
},
|
|
20487
20826
|
"title": "Variables (step)"
|
|
20827
|
+
},
|
|
20828
|
+
"breakpoint": {
|
|
20829
|
+
"type": "boolean",
|
|
20830
|
+
"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.",
|
|
20831
|
+
"default": false
|
|
20488
20832
|
}
|
|
20489
20833
|
},
|
|
20490
20834
|
"title": "Common"
|
|
@@ -20565,6 +20909,11 @@
|
|
|
20565
20909
|
}
|
|
20566
20910
|
},
|
|
20567
20911
|
"title": "Variables (step)"
|
|
20912
|
+
},
|
|
20913
|
+
"breakpoint": {
|
|
20914
|
+
"type": "boolean",
|
|
20915
|
+
"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.",
|
|
20916
|
+
"default": false
|
|
20568
20917
|
}
|
|
20569
20918
|
},
|
|
20570
20919
|
"title": "Common"
|
|
@@ -20640,6 +20989,11 @@
|
|
|
20640
20989
|
}
|
|
20641
20990
|
},
|
|
20642
20991
|
"title": "Variables (step)"
|
|
20992
|
+
},
|
|
20993
|
+
"breakpoint": {
|
|
20994
|
+
"type": "boolean",
|
|
20995
|
+
"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.",
|
|
20996
|
+
"default": false
|
|
20643
20997
|
}
|
|
20644
20998
|
},
|
|
20645
20999
|
"title": "Common"
|
|
@@ -21042,6 +21396,16 @@
|
|
|
21042
21396
|
}
|
|
21043
21397
|
}
|
|
21044
21398
|
}
|
|
21399
|
+
},
|
|
21400
|
+
{
|
|
21401
|
+
"stepId": "breakpoint-example",
|
|
21402
|
+
"description": "Step with breakpoint enabled",
|
|
21403
|
+
"goTo": "https://www.example.com",
|
|
21404
|
+
"breakpoint": true
|
|
21405
|
+
},
|
|
21406
|
+
{
|
|
21407
|
+
"checkLink": "https://www.google.com",
|
|
21408
|
+
"breakpoint": false
|
|
21045
21409
|
}
|
|
21046
21410
|
]
|
|
21047
21411
|
}
|