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
|
@@ -1254,6 +1254,11 @@
|
|
|
1254
1254
|
}
|
|
1255
1255
|
},
|
|
1256
1256
|
"title": "Variables (step)"
|
|
1257
|
+
},
|
|
1258
|
+
"breakpoint": {
|
|
1259
|
+
"type": "boolean",
|
|
1260
|
+
"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.",
|
|
1261
|
+
"default": false
|
|
1257
1262
|
}
|
|
1258
1263
|
},
|
|
1259
1264
|
"title": "Common"
|
|
@@ -1301,6 +1306,11 @@
|
|
|
1301
1306
|
}
|
|
1302
1307
|
},
|
|
1303
1308
|
"title": "Variables (step)"
|
|
1309
|
+
},
|
|
1310
|
+
"breakpoint": {
|
|
1311
|
+
"type": "boolean",
|
|
1312
|
+
"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.",
|
|
1313
|
+
"default": false
|
|
1304
1314
|
}
|
|
1305
1315
|
}
|
|
1306
1316
|
},
|
|
@@ -1356,6 +1366,11 @@
|
|
|
1356
1366
|
}
|
|
1357
1367
|
},
|
|
1358
1368
|
"title": "Variables (step)"
|
|
1369
|
+
},
|
|
1370
|
+
"breakpoint": {
|
|
1371
|
+
"type": "boolean",
|
|
1372
|
+
"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.",
|
|
1373
|
+
"default": false
|
|
1359
1374
|
}
|
|
1360
1375
|
},
|
|
1361
1376
|
"title": "Common"
|
|
@@ -1567,6 +1582,11 @@
|
|
|
1567
1582
|
}
|
|
1568
1583
|
},
|
|
1569
1584
|
"title": "Variables (step)"
|
|
1585
|
+
},
|
|
1586
|
+
"breakpoint": {
|
|
1587
|
+
"type": "boolean",
|
|
1588
|
+
"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.",
|
|
1589
|
+
"default": false
|
|
1570
1590
|
}
|
|
1571
1591
|
},
|
|
1572
1592
|
"title": "Common"
|
|
@@ -1749,6 +1769,11 @@
|
|
|
1749
1769
|
}
|
|
1750
1770
|
},
|
|
1751
1771
|
"title": "Variables (step)"
|
|
1772
|
+
},
|
|
1773
|
+
"breakpoint": {
|
|
1774
|
+
"type": "boolean",
|
|
1775
|
+
"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.",
|
|
1776
|
+
"default": false
|
|
1752
1777
|
}
|
|
1753
1778
|
},
|
|
1754
1779
|
"title": "Common"
|
|
@@ -2545,6 +2570,11 @@
|
|
|
2545
2570
|
}
|
|
2546
2571
|
},
|
|
2547
2572
|
"title": "Variables (step)"
|
|
2573
|
+
},
|
|
2574
|
+
"breakpoint": {
|
|
2575
|
+
"type": "boolean",
|
|
2576
|
+
"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.",
|
|
2577
|
+
"default": false
|
|
2548
2578
|
}
|
|
2549
2579
|
},
|
|
2550
2580
|
"title": "Common"
|
|
@@ -2702,6 +2732,11 @@
|
|
|
2702
2732
|
}
|
|
2703
2733
|
},
|
|
2704
2734
|
"title": "Variables (step)"
|
|
2735
|
+
},
|
|
2736
|
+
"breakpoint": {
|
|
2737
|
+
"type": "boolean",
|
|
2738
|
+
"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.",
|
|
2739
|
+
"default": false
|
|
2705
2740
|
}
|
|
2706
2741
|
},
|
|
2707
2742
|
"title": "Common"
|
|
@@ -3700,6 +3735,11 @@
|
|
|
3700
3735
|
}
|
|
3701
3736
|
},
|
|
3702
3737
|
"title": "Variables (step)"
|
|
3738
|
+
},
|
|
3739
|
+
"breakpoint": {
|
|
3740
|
+
"type": "boolean",
|
|
3741
|
+
"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.",
|
|
3742
|
+
"default": false
|
|
3703
3743
|
}
|
|
3704
3744
|
},
|
|
3705
3745
|
"title": "Common"
|
|
@@ -4002,6 +4042,11 @@
|
|
|
4002
4042
|
}
|
|
4003
4043
|
},
|
|
4004
4044
|
"title": "Variables (step)"
|
|
4045
|
+
},
|
|
4046
|
+
"breakpoint": {
|
|
4047
|
+
"type": "boolean",
|
|
4048
|
+
"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.",
|
|
4049
|
+
"default": false
|
|
4005
4050
|
}
|
|
4006
4051
|
},
|
|
4007
4052
|
"title": "Common"
|
|
@@ -4290,6 +4335,11 @@
|
|
|
4290
4335
|
}
|
|
4291
4336
|
},
|
|
4292
4337
|
"title": "Variables (step)"
|
|
4338
|
+
},
|
|
4339
|
+
"breakpoint": {
|
|
4340
|
+
"type": "boolean",
|
|
4341
|
+
"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.",
|
|
4342
|
+
"default": false
|
|
4293
4343
|
}
|
|
4294
4344
|
},
|
|
4295
4345
|
"title": "Common"
|
|
@@ -4506,6 +4556,11 @@
|
|
|
4506
4556
|
}
|
|
4507
4557
|
},
|
|
4508
4558
|
"title": "Variables (step)"
|
|
4559
|
+
},
|
|
4560
|
+
"breakpoint": {
|
|
4561
|
+
"type": "boolean",
|
|
4562
|
+
"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.",
|
|
4563
|
+
"default": false
|
|
4509
4564
|
}
|
|
4510
4565
|
},
|
|
4511
4566
|
"title": "Common"
|
|
@@ -4949,6 +5004,11 @@
|
|
|
4949
5004
|
}
|
|
4950
5005
|
},
|
|
4951
5006
|
"title": "Variables (step)"
|
|
5007
|
+
},
|
|
5008
|
+
"breakpoint": {
|
|
5009
|
+
"type": "boolean",
|
|
5010
|
+
"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.",
|
|
5011
|
+
"default": false
|
|
4952
5012
|
}
|
|
4953
5013
|
},
|
|
4954
5014
|
"title": "Common"
|
|
@@ -5116,6 +5176,11 @@
|
|
|
5116
5176
|
}
|
|
5117
5177
|
},
|
|
5118
5178
|
"title": "Variables (step)"
|
|
5179
|
+
},
|
|
5180
|
+
"breakpoint": {
|
|
5181
|
+
"type": "boolean",
|
|
5182
|
+
"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.",
|
|
5183
|
+
"default": false
|
|
5119
5184
|
}
|
|
5120
5185
|
},
|
|
5121
5186
|
"title": "Common"
|
|
@@ -5196,6 +5261,11 @@
|
|
|
5196
5261
|
}
|
|
5197
5262
|
},
|
|
5198
5263
|
"title": "Variables (step)"
|
|
5264
|
+
},
|
|
5265
|
+
"breakpoint": {
|
|
5266
|
+
"type": "boolean",
|
|
5267
|
+
"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.",
|
|
5268
|
+
"default": false
|
|
5199
5269
|
}
|
|
5200
5270
|
},
|
|
5201
5271
|
"title": "Common"
|
|
@@ -5271,6 +5341,11 @@
|
|
|
5271
5341
|
}
|
|
5272
5342
|
},
|
|
5273
5343
|
"title": "Variables (step)"
|
|
5344
|
+
},
|
|
5345
|
+
"breakpoint": {
|
|
5346
|
+
"type": "boolean",
|
|
5347
|
+
"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.",
|
|
5348
|
+
"default": false
|
|
5274
5349
|
}
|
|
5275
5350
|
},
|
|
5276
5351
|
"title": "Common"
|
|
@@ -5673,6 +5748,16 @@
|
|
|
5673
5748
|
}
|
|
5674
5749
|
}
|
|
5675
5750
|
}
|
|
5751
|
+
},
|
|
5752
|
+
{
|
|
5753
|
+
"stepId": "breakpoint-example",
|
|
5754
|
+
"description": "Step with breakpoint enabled",
|
|
5755
|
+
"goTo": "https://www.example.com",
|
|
5756
|
+
"breakpoint": true
|
|
5757
|
+
},
|
|
5758
|
+
{
|
|
5759
|
+
"checkLink": "https://www.google.com",
|
|
5760
|
+
"breakpoint": false
|
|
5676
5761
|
}
|
|
5677
5762
|
]
|
|
5678
5763
|
}
|
|
@@ -5990,6 +6075,11 @@
|
|
|
5990
6075
|
}
|
|
5991
6076
|
},
|
|
5992
6077
|
"title": "Variables (step)"
|
|
6078
|
+
},
|
|
6079
|
+
"breakpoint": {
|
|
6080
|
+
"type": "boolean",
|
|
6081
|
+
"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.",
|
|
6082
|
+
"default": false
|
|
5993
6083
|
}
|
|
5994
6084
|
},
|
|
5995
6085
|
"title": "Common"
|
|
@@ -6037,6 +6127,11 @@
|
|
|
6037
6127
|
}
|
|
6038
6128
|
},
|
|
6039
6129
|
"title": "Variables (step)"
|
|
6130
|
+
},
|
|
6131
|
+
"breakpoint": {
|
|
6132
|
+
"type": "boolean",
|
|
6133
|
+
"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.",
|
|
6134
|
+
"default": false
|
|
6040
6135
|
}
|
|
6041
6136
|
}
|
|
6042
6137
|
},
|
|
@@ -6092,6 +6187,11 @@
|
|
|
6092
6187
|
}
|
|
6093
6188
|
},
|
|
6094
6189
|
"title": "Variables (step)"
|
|
6190
|
+
},
|
|
6191
|
+
"breakpoint": {
|
|
6192
|
+
"type": "boolean",
|
|
6193
|
+
"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.",
|
|
6194
|
+
"default": false
|
|
6095
6195
|
}
|
|
6096
6196
|
},
|
|
6097
6197
|
"title": "Common"
|
|
@@ -6303,6 +6403,11 @@
|
|
|
6303
6403
|
}
|
|
6304
6404
|
},
|
|
6305
6405
|
"title": "Variables (step)"
|
|
6406
|
+
},
|
|
6407
|
+
"breakpoint": {
|
|
6408
|
+
"type": "boolean",
|
|
6409
|
+
"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.",
|
|
6410
|
+
"default": false
|
|
6306
6411
|
}
|
|
6307
6412
|
},
|
|
6308
6413
|
"title": "Common"
|
|
@@ -6485,6 +6590,11 @@
|
|
|
6485
6590
|
}
|
|
6486
6591
|
},
|
|
6487
6592
|
"title": "Variables (step)"
|
|
6593
|
+
},
|
|
6594
|
+
"breakpoint": {
|
|
6595
|
+
"type": "boolean",
|
|
6596
|
+
"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.",
|
|
6597
|
+
"default": false
|
|
6488
6598
|
}
|
|
6489
6599
|
},
|
|
6490
6600
|
"title": "Common"
|
|
@@ -7281,6 +7391,11 @@
|
|
|
7281
7391
|
}
|
|
7282
7392
|
},
|
|
7283
7393
|
"title": "Variables (step)"
|
|
7394
|
+
},
|
|
7395
|
+
"breakpoint": {
|
|
7396
|
+
"type": "boolean",
|
|
7397
|
+
"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.",
|
|
7398
|
+
"default": false
|
|
7284
7399
|
}
|
|
7285
7400
|
},
|
|
7286
7401
|
"title": "Common"
|
|
@@ -7438,6 +7553,11 @@
|
|
|
7438
7553
|
}
|
|
7439
7554
|
},
|
|
7440
7555
|
"title": "Variables (step)"
|
|
7556
|
+
},
|
|
7557
|
+
"breakpoint": {
|
|
7558
|
+
"type": "boolean",
|
|
7559
|
+
"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.",
|
|
7560
|
+
"default": false
|
|
7441
7561
|
}
|
|
7442
7562
|
},
|
|
7443
7563
|
"title": "Common"
|
|
@@ -8436,6 +8556,11 @@
|
|
|
8436
8556
|
}
|
|
8437
8557
|
},
|
|
8438
8558
|
"title": "Variables (step)"
|
|
8559
|
+
},
|
|
8560
|
+
"breakpoint": {
|
|
8561
|
+
"type": "boolean",
|
|
8562
|
+
"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.",
|
|
8563
|
+
"default": false
|
|
8439
8564
|
}
|
|
8440
8565
|
},
|
|
8441
8566
|
"title": "Common"
|
|
@@ -8738,6 +8863,11 @@
|
|
|
8738
8863
|
}
|
|
8739
8864
|
},
|
|
8740
8865
|
"title": "Variables (step)"
|
|
8866
|
+
},
|
|
8867
|
+
"breakpoint": {
|
|
8868
|
+
"type": "boolean",
|
|
8869
|
+
"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.",
|
|
8870
|
+
"default": false
|
|
8741
8871
|
}
|
|
8742
8872
|
},
|
|
8743
8873
|
"title": "Common"
|
|
@@ -9026,6 +9156,11 @@
|
|
|
9026
9156
|
}
|
|
9027
9157
|
},
|
|
9028
9158
|
"title": "Variables (step)"
|
|
9159
|
+
},
|
|
9160
|
+
"breakpoint": {
|
|
9161
|
+
"type": "boolean",
|
|
9162
|
+
"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.",
|
|
9163
|
+
"default": false
|
|
9029
9164
|
}
|
|
9030
9165
|
},
|
|
9031
9166
|
"title": "Common"
|
|
@@ -9242,6 +9377,11 @@
|
|
|
9242
9377
|
}
|
|
9243
9378
|
},
|
|
9244
9379
|
"title": "Variables (step)"
|
|
9380
|
+
},
|
|
9381
|
+
"breakpoint": {
|
|
9382
|
+
"type": "boolean",
|
|
9383
|
+
"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.",
|
|
9384
|
+
"default": false
|
|
9245
9385
|
}
|
|
9246
9386
|
},
|
|
9247
9387
|
"title": "Common"
|
|
@@ -9685,6 +9825,11 @@
|
|
|
9685
9825
|
}
|
|
9686
9826
|
},
|
|
9687
9827
|
"title": "Variables (step)"
|
|
9828
|
+
},
|
|
9829
|
+
"breakpoint": {
|
|
9830
|
+
"type": "boolean",
|
|
9831
|
+
"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.",
|
|
9832
|
+
"default": false
|
|
9688
9833
|
}
|
|
9689
9834
|
},
|
|
9690
9835
|
"title": "Common"
|
|
@@ -9852,6 +9997,11 @@
|
|
|
9852
9997
|
}
|
|
9853
9998
|
},
|
|
9854
9999
|
"title": "Variables (step)"
|
|
10000
|
+
},
|
|
10001
|
+
"breakpoint": {
|
|
10002
|
+
"type": "boolean",
|
|
10003
|
+
"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.",
|
|
10004
|
+
"default": false
|
|
9855
10005
|
}
|
|
9856
10006
|
},
|
|
9857
10007
|
"title": "Common"
|
|
@@ -9932,6 +10082,11 @@
|
|
|
9932
10082
|
}
|
|
9933
10083
|
},
|
|
9934
10084
|
"title": "Variables (step)"
|
|
10085
|
+
},
|
|
10086
|
+
"breakpoint": {
|
|
10087
|
+
"type": "boolean",
|
|
10088
|
+
"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.",
|
|
10089
|
+
"default": false
|
|
9935
10090
|
}
|
|
9936
10091
|
},
|
|
9937
10092
|
"title": "Common"
|
|
@@ -10007,6 +10162,11 @@
|
|
|
10007
10162
|
}
|
|
10008
10163
|
},
|
|
10009
10164
|
"title": "Variables (step)"
|
|
10165
|
+
},
|
|
10166
|
+
"breakpoint": {
|
|
10167
|
+
"type": "boolean",
|
|
10168
|
+
"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.",
|
|
10169
|
+
"default": false
|
|
10010
10170
|
}
|
|
10011
10171
|
},
|
|
10012
10172
|
"title": "Common"
|
|
@@ -10409,6 +10569,16 @@
|
|
|
10409
10569
|
}
|
|
10410
10570
|
}
|
|
10411
10571
|
}
|
|
10572
|
+
},
|
|
10573
|
+
{
|
|
10574
|
+
"stepId": "breakpoint-example",
|
|
10575
|
+
"description": "Step with breakpoint enabled",
|
|
10576
|
+
"goTo": "https://www.example.com",
|
|
10577
|
+
"breakpoint": true
|
|
10578
|
+
},
|
|
10579
|
+
{
|
|
10580
|
+
"checkLink": "https://www.google.com",
|
|
10581
|
+
"breakpoint": false
|
|
10412
10582
|
}
|
|
10413
10583
|
]
|
|
10414
10584
|
}
|
|
@@ -54,6 +54,11 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"title": "Variables (step)"
|
|
57
|
+
},
|
|
58
|
+
"breakpoint": {
|
|
59
|
+
"type": "boolean",
|
|
60
|
+
"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.",
|
|
61
|
+
"default": false
|
|
57
62
|
}
|
|
58
63
|
},
|
|
59
64
|
"title": "Common"
|
|
@@ -101,6 +106,11 @@
|
|
|
101
106
|
}
|
|
102
107
|
},
|
|
103
108
|
"title": "Variables (step)"
|
|
109
|
+
},
|
|
110
|
+
"breakpoint": {
|
|
111
|
+
"type": "boolean",
|
|
112
|
+
"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.",
|
|
113
|
+
"default": false
|
|
104
114
|
}
|
|
105
115
|
}
|
|
106
116
|
},
|
|
@@ -156,6 +166,11 @@
|
|
|
156
166
|
}
|
|
157
167
|
},
|
|
158
168
|
"title": "Variables (step)"
|
|
169
|
+
},
|
|
170
|
+
"breakpoint": {
|
|
171
|
+
"type": "boolean",
|
|
172
|
+
"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.",
|
|
173
|
+
"default": false
|
|
159
174
|
}
|
|
160
175
|
},
|
|
161
176
|
"title": "Common"
|
|
@@ -367,6 +382,11 @@
|
|
|
367
382
|
}
|
|
368
383
|
},
|
|
369
384
|
"title": "Variables (step)"
|
|
385
|
+
},
|
|
386
|
+
"breakpoint": {
|
|
387
|
+
"type": "boolean",
|
|
388
|
+
"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.",
|
|
389
|
+
"default": false
|
|
370
390
|
}
|
|
371
391
|
},
|
|
372
392
|
"title": "Common"
|
|
@@ -549,6 +569,11 @@
|
|
|
549
569
|
}
|
|
550
570
|
},
|
|
551
571
|
"title": "Variables (step)"
|
|
572
|
+
},
|
|
573
|
+
"breakpoint": {
|
|
574
|
+
"type": "boolean",
|
|
575
|
+
"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.",
|
|
576
|
+
"default": false
|
|
552
577
|
}
|
|
553
578
|
},
|
|
554
579
|
"title": "Common"
|
|
@@ -1345,6 +1370,11 @@
|
|
|
1345
1370
|
}
|
|
1346
1371
|
},
|
|
1347
1372
|
"title": "Variables (step)"
|
|
1373
|
+
},
|
|
1374
|
+
"breakpoint": {
|
|
1375
|
+
"type": "boolean",
|
|
1376
|
+
"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.",
|
|
1377
|
+
"default": false
|
|
1348
1378
|
}
|
|
1349
1379
|
},
|
|
1350
1380
|
"title": "Common"
|
|
@@ -1502,6 +1532,11 @@
|
|
|
1502
1532
|
}
|
|
1503
1533
|
},
|
|
1504
1534
|
"title": "Variables (step)"
|
|
1535
|
+
},
|
|
1536
|
+
"breakpoint": {
|
|
1537
|
+
"type": "boolean",
|
|
1538
|
+
"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.",
|
|
1539
|
+
"default": false
|
|
1505
1540
|
}
|
|
1506
1541
|
},
|
|
1507
1542
|
"title": "Common"
|
|
@@ -2500,6 +2535,11 @@
|
|
|
2500
2535
|
}
|
|
2501
2536
|
},
|
|
2502
2537
|
"title": "Variables (step)"
|
|
2538
|
+
},
|
|
2539
|
+
"breakpoint": {
|
|
2540
|
+
"type": "boolean",
|
|
2541
|
+
"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.",
|
|
2542
|
+
"default": false
|
|
2503
2543
|
}
|
|
2504
2544
|
},
|
|
2505
2545
|
"title": "Common"
|
|
@@ -2802,6 +2842,11 @@
|
|
|
2802
2842
|
}
|
|
2803
2843
|
},
|
|
2804
2844
|
"title": "Variables (step)"
|
|
2845
|
+
},
|
|
2846
|
+
"breakpoint": {
|
|
2847
|
+
"type": "boolean",
|
|
2848
|
+
"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.",
|
|
2849
|
+
"default": false
|
|
2805
2850
|
}
|
|
2806
2851
|
},
|
|
2807
2852
|
"title": "Common"
|
|
@@ -3090,6 +3135,11 @@
|
|
|
3090
3135
|
}
|
|
3091
3136
|
},
|
|
3092
3137
|
"title": "Variables (step)"
|
|
3138
|
+
},
|
|
3139
|
+
"breakpoint": {
|
|
3140
|
+
"type": "boolean",
|
|
3141
|
+
"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.",
|
|
3142
|
+
"default": false
|
|
3093
3143
|
}
|
|
3094
3144
|
},
|
|
3095
3145
|
"title": "Common"
|
|
@@ -3306,6 +3356,11 @@
|
|
|
3306
3356
|
}
|
|
3307
3357
|
},
|
|
3308
3358
|
"title": "Variables (step)"
|
|
3359
|
+
},
|
|
3360
|
+
"breakpoint": {
|
|
3361
|
+
"type": "boolean",
|
|
3362
|
+
"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.",
|
|
3363
|
+
"default": false
|
|
3309
3364
|
}
|
|
3310
3365
|
},
|
|
3311
3366
|
"title": "Common"
|
|
@@ -3749,6 +3804,11 @@
|
|
|
3749
3804
|
}
|
|
3750
3805
|
},
|
|
3751
3806
|
"title": "Variables (step)"
|
|
3807
|
+
},
|
|
3808
|
+
"breakpoint": {
|
|
3809
|
+
"type": "boolean",
|
|
3810
|
+
"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.",
|
|
3811
|
+
"default": false
|
|
3752
3812
|
}
|
|
3753
3813
|
},
|
|
3754
3814
|
"title": "Common"
|
|
@@ -3916,6 +3976,11 @@
|
|
|
3916
3976
|
}
|
|
3917
3977
|
},
|
|
3918
3978
|
"title": "Variables (step)"
|
|
3979
|
+
},
|
|
3980
|
+
"breakpoint": {
|
|
3981
|
+
"type": "boolean",
|
|
3982
|
+
"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.",
|
|
3983
|
+
"default": false
|
|
3919
3984
|
}
|
|
3920
3985
|
},
|
|
3921
3986
|
"title": "Common"
|
|
@@ -3996,6 +4061,11 @@
|
|
|
3996
4061
|
}
|
|
3997
4062
|
},
|
|
3998
4063
|
"title": "Variables (step)"
|
|
4064
|
+
},
|
|
4065
|
+
"breakpoint": {
|
|
4066
|
+
"type": "boolean",
|
|
4067
|
+
"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.",
|
|
4068
|
+
"default": false
|
|
3999
4069
|
}
|
|
4000
4070
|
},
|
|
4001
4071
|
"title": "Common"
|
|
@@ -4071,6 +4141,11 @@
|
|
|
4071
4141
|
}
|
|
4072
4142
|
},
|
|
4073
4143
|
"title": "Variables (step)"
|
|
4144
|
+
},
|
|
4145
|
+
"breakpoint": {
|
|
4146
|
+
"type": "boolean",
|
|
4147
|
+
"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.",
|
|
4148
|
+
"default": false
|
|
4074
4149
|
}
|
|
4075
4150
|
},
|
|
4076
4151
|
"title": "Common"
|
|
@@ -4473,6 +4548,16 @@
|
|
|
4473
4548
|
}
|
|
4474
4549
|
}
|
|
4475
4550
|
}
|
|
4551
|
+
},
|
|
4552
|
+
{
|
|
4553
|
+
"stepId": "breakpoint-example",
|
|
4554
|
+
"description": "Step with breakpoint enabled",
|
|
4555
|
+
"goTo": "https://www.example.com",
|
|
4556
|
+
"breakpoint": true
|
|
4557
|
+
},
|
|
4558
|
+
{
|
|
4559
|
+
"checkLink": "https://www.google.com",
|
|
4560
|
+
"breakpoint": false
|
|
4476
4561
|
}
|
|
4477
4562
|
]
|
|
4478
4563
|
}
|