doc-detective-common 4.15.3 → 4.16.0

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.
@@ -995,6 +995,11 @@
995
995
  ],
996
996
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
997
997
  },
998
+ "explicit": {
999
+ "type": "boolean",
1000
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
1001
+ "readOnly": true
1002
+ },
998
1003
  "headless": {
999
1004
  "type": "boolean",
1000
1005
  "description": "If `true`, runs the browser in headless mode.",
@@ -1069,6 +1074,11 @@
1069
1074
  ],
1070
1075
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
1071
1076
  },
1077
+ "explicit": {
1078
+ "type": "boolean",
1079
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
1080
+ "readOnly": true
1081
+ },
1072
1082
  "headless": {
1073
1083
  "type": "boolean",
1074
1084
  "description": "If `true`, runs the browser in headless mode.",
@@ -1113,6 +1123,15 @@
1113
1123
  }
1114
1124
  }
1115
1125
  ]
1126
+ },
1127
+ "browserFallback": {
1128
+ "description": "Per-context override for the config-level [`browserFallback`](config) policy that governs whether a context whose browser can't start a driver session falls back to another available browser. Accepts the same values — `auto`, `explicit`, `off` — and, when set, takes precedence over the config-level value for the contexts this entry expands into. Omit it to inherit the config-level policy (which itself defaults to `auto`).",
1129
+ "type": "string",
1130
+ "enum": [
1131
+ "auto",
1132
+ "explicit",
1133
+ "off"
1134
+ ]
1116
1135
  }
1117
1136
  },
1118
1137
  "components": {
@@ -1155,6 +1174,11 @@
1155
1174
  ],
1156
1175
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
1157
1176
  },
1177
+ "explicit": {
1178
+ "type": "boolean",
1179
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
1180
+ "readOnly": true
1181
+ },
1158
1182
  "headless": {
1159
1183
  "type": "boolean",
1160
1184
  "description": "If `true`, runs the browser in headless mode.",
@@ -29422,6 +29446,16 @@
29422
29446
  "type": "string",
29423
29447
  "minLength": 1,
29424
29448
  "pattern": "\\S"
29449
+ },
29450
+ "browserFallback": {
29451
+ "description": "Controls whether a context whose browser cannot start a driver session falls back to another available browser instead of being skipped. Drivers are validated by execution (not just presence) so a present-but-broken driver — for example a partially downloaded geckodriver — no longer silently skips Firefox coverage. `auto` (default): fall back to any other available browser for both auto-selected and explicitly requested browsers; a fallback away from an explicitly requested browser reports the context as `WARNING` rather than `PASS`. `explicit`: fall back only when the browser was auto-selected; an explicitly requested browser whose driver is broken is skipped with a diagnostic reason. `off`: never fall back across browsers (driver validation and diagnostic skip reasons still apply). Equivalent to `--browser-fallback` on the CLI.",
29452
+ "type": "string",
29453
+ "enum": [
29454
+ "auto",
29455
+ "explicit",
29456
+ "off"
29457
+ ],
29458
+ "default": "auto"
29425
29459
  }
29426
29460
  },
29427
29461
  "components": {
@@ -56935,6 +56969,11 @@
56935
56969
  ],
56936
56970
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
56937
56971
  },
56972
+ "explicit": {
56973
+ "type": "boolean",
56974
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
56975
+ "readOnly": true
56976
+ },
56938
56977
  "headless": {
56939
56978
  "type": "boolean",
56940
56979
  "description": "If `true`, runs the browser in headless mode.",
@@ -57009,6 +57048,11 @@
57009
57048
  ],
57010
57049
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
57011
57050
  },
57051
+ "explicit": {
57052
+ "type": "boolean",
57053
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
57054
+ "readOnly": true
57055
+ },
57012
57056
  "headless": {
57013
57057
  "type": "boolean",
57014
57058
  "description": "If `true`, runs the browser in headless mode.",
@@ -57053,6 +57097,15 @@
57053
57097
  }
57054
57098
  }
57055
57099
  ]
57100
+ },
57101
+ "browserFallback": {
57102
+ "description": "Per-context override for the config-level [`browserFallback`](config) policy that governs whether a context whose browser can't start a driver session falls back to another available browser. Accepts the same values — `auto`, `explicit`, `off` — and, when set, takes precedence over the config-level value for the contexts this entry expands into. Omit it to inherit the config-level policy (which itself defaults to `auto`).",
57103
+ "type": "string",
57104
+ "enum": [
57105
+ "auto",
57106
+ "explicit",
57107
+ "off"
57108
+ ]
57056
57109
  }
57057
57110
  },
57058
57111
  "components": {
@@ -57095,6 +57148,11 @@
57095
57148
  ],
57096
57149
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
57097
57150
  },
57151
+ "explicit": {
57152
+ "type": "boolean",
57153
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
57154
+ "readOnly": true
57155
+ },
57098
57156
  "headless": {
57099
57157
  "type": "boolean",
57100
57158
  "description": "If `true`, runs the browser in headless mode.",
@@ -62199,6 +62257,11 @@
62199
62257
  ],
62200
62258
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
62201
62259
  },
62260
+ "explicit": {
62261
+ "type": "boolean",
62262
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
62263
+ "readOnly": true
62264
+ },
62202
62265
  "headless": {
62203
62266
  "type": "boolean",
62204
62267
  "description": "If `true`, runs the browser in headless mode.",
@@ -62273,6 +62336,11 @@
62273
62336
  ],
62274
62337
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
62275
62338
  },
62339
+ "explicit": {
62340
+ "type": "boolean",
62341
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
62342
+ "readOnly": true
62343
+ },
62276
62344
  "headless": {
62277
62345
  "type": "boolean",
62278
62346
  "description": "If `true`, runs the browser in headless mode.",
@@ -62317,6 +62385,15 @@
62317
62385
  }
62318
62386
  }
62319
62387
  ]
62388
+ },
62389
+ "browserFallback": {
62390
+ "description": "Per-context override for the config-level [`browserFallback`](config) policy that governs whether a context whose browser can't start a driver session falls back to another available browser. Accepts the same values — `auto`, `explicit`, `off` — and, when set, takes precedence over the config-level value for the contexts this entry expands into. Omit it to inherit the config-level policy (which itself defaults to `auto`).",
62391
+ "type": "string",
62392
+ "enum": [
62393
+ "auto",
62394
+ "explicit",
62395
+ "off"
62396
+ ]
62320
62397
  }
62321
62398
  },
62322
62399
  "components": {
@@ -62359,6 +62436,11 @@
62359
62436
  ],
62360
62437
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
62361
62438
  },
62439
+ "explicit": {
62440
+ "type": "boolean",
62441
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
62442
+ "readOnly": true
62443
+ },
62362
62444
  "headless": {
62363
62445
  "type": "boolean",
62364
62446
  "description": "If `true`, runs the browser in headless mode.",
@@ -90626,6 +90708,16 @@
90626
90708
  "type": "string",
90627
90709
  "minLength": 1,
90628
90710
  "pattern": "\\S"
90711
+ },
90712
+ "browserFallback": {
90713
+ "description": "Controls whether a context whose browser cannot start a driver session falls back to another available browser instead of being skipped. Drivers are validated by execution (not just presence) so a present-but-broken driver — for example a partially downloaded geckodriver — no longer silently skips Firefox coverage. `auto` (default): fall back to any other available browser for both auto-selected and explicitly requested browsers; a fallback away from an explicitly requested browser reports the context as `WARNING` rather than `PASS`. `explicit`: fall back only when the browser was auto-selected; an explicitly requested browser whose driver is broken is skipped with a diagnostic reason. `off`: never fall back across browsers (driver validation and diagnostic skip reasons still apply). Equivalent to `--browser-fallback` on the CLI.",
90714
+ "type": "string",
90715
+ "enum": [
90716
+ "auto",
90717
+ "explicit",
90718
+ "off"
90719
+ ],
90720
+ "default": "auto"
90629
90721
  }
90630
90722
  },
90631
90723
  "components": {
@@ -118201,6 +118293,11 @@
118201
118293
  ],
118202
118294
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
118203
118295
  },
118296
+ "explicit": {
118297
+ "type": "boolean",
118298
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
118299
+ "readOnly": true
118300
+ },
118204
118301
  "headless": {
118205
118302
  "type": "boolean",
118206
118303
  "description": "If `true`, runs the browser in headless mode.",
@@ -118275,6 +118372,11 @@
118275
118372
  ],
118276
118373
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
118277
118374
  },
118375
+ "explicit": {
118376
+ "type": "boolean",
118377
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
118378
+ "readOnly": true
118379
+ },
118278
118380
  "headless": {
118279
118381
  "type": "boolean",
118280
118382
  "description": "If `true`, runs the browser in headless mode.",
@@ -118319,6 +118421,15 @@
118319
118421
  }
118320
118422
  }
118321
118423
  ]
118424
+ },
118425
+ "browserFallback": {
118426
+ "description": "Per-context override for the config-level [`browserFallback`](config) policy that governs whether a context whose browser can't start a driver session falls back to another available browser. Accepts the same values — `auto`, `explicit`, `off` — and, when set, takes precedence over the config-level value for the contexts this entry expands into. Omit it to inherit the config-level policy (which itself defaults to `auto`).",
118427
+ "type": "string",
118428
+ "enum": [
118429
+ "auto",
118430
+ "explicit",
118431
+ "off"
118432
+ ]
118322
118433
  }
118323
118434
  },
118324
118435
  "components": {
@@ -118361,6 +118472,11 @@
118361
118472
  ],
118362
118473
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
118363
118474
  },
118475
+ "explicit": {
118476
+ "type": "boolean",
118477
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
118478
+ "readOnly": true
118479
+ },
118364
118480
  "headless": {
118365
118481
  "type": "boolean",
118366
118482
  "description": "If `true`, runs the browser in headless mode.",
@@ -118810,6 +118926,11 @@
118810
118926
  ],
118811
118927
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
118812
118928
  },
118929
+ "explicit": {
118930
+ "type": "boolean",
118931
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
118932
+ "readOnly": true
118933
+ },
118813
118934
  "headless": {
118814
118935
  "type": "boolean",
118815
118936
  "description": "If `true`, runs the browser in headless mode.",
@@ -118884,6 +119005,11 @@
118884
119005
  ],
118885
119006
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
118886
119007
  },
119008
+ "explicit": {
119009
+ "type": "boolean",
119010
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
119011
+ "readOnly": true
119012
+ },
118887
119013
  "headless": {
118888
119014
  "type": "boolean",
118889
119015
  "description": "If `true`, runs the browser in headless mode.",
@@ -118928,6 +119054,15 @@
118928
119054
  }
118929
119055
  }
118930
119056
  ]
119057
+ },
119058
+ "browserFallback": {
119059
+ "description": "Per-context override for the config-level [`browserFallback`](config) policy that governs whether a context whose browser can't start a driver session falls back to another available browser. Accepts the same values — `auto`, `explicit`, `off` — and, when set, takes precedence over the config-level value for the contexts this entry expands into. Omit it to inherit the config-level policy (which itself defaults to `auto`).",
119060
+ "type": "string",
119061
+ "enum": [
119062
+ "auto",
119063
+ "explicit",
119064
+ "off"
119065
+ ]
118931
119066
  }
118932
119067
  },
118933
119068
  "components": {
@@ -118970,6 +119105,11 @@
118970
119105
  ],
118971
119106
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
118972
119107
  },
119108
+ "explicit": {
119109
+ "type": "boolean",
119110
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
119111
+ "readOnly": true
119112
+ },
118973
119113
  "headless": {
118974
119114
  "type": "boolean",
118975
119115
  "description": "If `true`, runs the browser in headless mode.",
@@ -147072,6 +147212,11 @@
147072
147212
  ],
147073
147213
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
147074
147214
  },
147215
+ "explicit": {
147216
+ "type": "boolean",
147217
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
147218
+ "readOnly": true
147219
+ },
147075
147220
  "headless": {
147076
147221
  "type": "boolean",
147077
147222
  "description": "If `true`, runs the browser in headless mode.",
@@ -175243,6 +175388,11 @@
175243
175388
  ],
175244
175389
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
175245
175390
  },
175391
+ "explicit": {
175392
+ "type": "boolean",
175393
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
175394
+ "readOnly": true
175395
+ },
175246
175396
  "headless": {
175247
175397
  "type": "boolean",
175248
175398
  "description": "If `true`, runs the browser in headless mode.",
@@ -175317,6 +175467,11 @@
175317
175467
  ],
175318
175468
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
175319
175469
  },
175470
+ "explicit": {
175471
+ "type": "boolean",
175472
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
175473
+ "readOnly": true
175474
+ },
175320
175475
  "headless": {
175321
175476
  "type": "boolean",
175322
175477
  "description": "If `true`, runs the browser in headless mode.",
@@ -175361,6 +175516,15 @@
175361
175516
  }
175362
175517
  }
175363
175518
  ]
175519
+ },
175520
+ "browserFallback": {
175521
+ "description": "Per-context override for the config-level [`browserFallback`](config) policy that governs whether a context whose browser can't start a driver session falls back to another available browser. Accepts the same values — `auto`, `explicit`, `off` — and, when set, takes precedence over the config-level value for the contexts this entry expands into. Omit it to inherit the config-level policy (which itself defaults to `auto`).",
175522
+ "type": "string",
175523
+ "enum": [
175524
+ "auto",
175525
+ "explicit",
175526
+ "off"
175527
+ ]
175364
175528
  }
175365
175529
  },
175366
175530
  "components": {
@@ -175403,6 +175567,11 @@
175403
175567
  ],
175404
175568
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
175405
175569
  },
175570
+ "explicit": {
175571
+ "type": "boolean",
175572
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
175573
+ "readOnly": true
175574
+ },
175406
175575
  "headless": {
175407
175576
  "type": "boolean",
175408
175577
  "description": "If `true`, runs the browser in headless mode.",
@@ -175852,6 +176021,11 @@
175852
176021
  ],
175853
176022
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
175854
176023
  },
176024
+ "explicit": {
176025
+ "type": "boolean",
176026
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
176027
+ "readOnly": true
176028
+ },
175855
176029
  "headless": {
175856
176030
  "type": "boolean",
175857
176031
  "description": "If `true`, runs the browser in headless mode.",
@@ -175926,6 +176100,11 @@
175926
176100
  ],
175927
176101
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
175928
176102
  },
176103
+ "explicit": {
176104
+ "type": "boolean",
176105
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
176106
+ "readOnly": true
176107
+ },
175929
176108
  "headless": {
175930
176109
  "type": "boolean",
175931
176110
  "description": "If `true`, runs the browser in headless mode.",
@@ -175970,6 +176149,15 @@
175970
176149
  }
175971
176150
  }
175972
176151
  ]
176152
+ },
176153
+ "browserFallback": {
176154
+ "description": "Per-context override for the config-level [`browserFallback`](config) policy that governs whether a context whose browser can't start a driver session falls back to another available browser. Accepts the same values — `auto`, `explicit`, `off` — and, when set, takes precedence over the config-level value for the contexts this entry expands into. Omit it to inherit the config-level policy (which itself defaults to `auto`).",
176155
+ "type": "string",
176156
+ "enum": [
176157
+ "auto",
176158
+ "explicit",
176159
+ "off"
176160
+ ]
175973
176161
  }
175974
176162
  },
175975
176163
  "components": {
@@ -176012,6 +176200,11 @@
176012
176200
  ],
176013
176201
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
176014
176202
  },
176203
+ "explicit": {
176204
+ "type": "boolean",
176205
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
176206
+ "readOnly": true
176207
+ },
176015
176208
  "headless": {
176016
176209
  "type": "boolean",
176017
176210
  "description": "If `true`, runs the browser in headless mode.",
@@ -204114,6 +204307,11 @@
204114
204307
  ],
204115
204308
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
204116
204309
  },
204310
+ "explicit": {
204311
+ "type": "boolean",
204312
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
204313
+ "readOnly": true
204314
+ },
204117
204315
  "headless": {
204118
204316
  "type": "boolean",
204119
204317
  "description": "If `true`, runs the browser in headless mode.",
@@ -234241,6 +234439,11 @@
234241
234439
  ],
234242
234440
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
234243
234441
  },
234442
+ "explicit": {
234443
+ "type": "boolean",
234444
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
234445
+ "readOnly": true
234446
+ },
234244
234447
  "headless": {
234245
234448
  "type": "boolean",
234246
234449
  "description": "If `true`, runs the browser in headless mode.",
@@ -234315,6 +234518,11 @@
234315
234518
  ],
234316
234519
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
234317
234520
  },
234521
+ "explicit": {
234522
+ "type": "boolean",
234523
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
234524
+ "readOnly": true
234525
+ },
234318
234526
  "headless": {
234319
234527
  "type": "boolean",
234320
234528
  "description": "If `true`, runs the browser in headless mode.",
@@ -234359,6 +234567,15 @@
234359
234567
  }
234360
234568
  }
234361
234569
  ]
234570
+ },
234571
+ "browserFallback": {
234572
+ "description": "Per-context override for the config-level [`browserFallback`](config) policy that governs whether a context whose browser can't start a driver session falls back to another available browser. Accepts the same values — `auto`, `explicit`, `off` — and, when set, takes precedence over the config-level value for the contexts this entry expands into. Omit it to inherit the config-level policy (which itself defaults to `auto`).",
234573
+ "type": "string",
234574
+ "enum": [
234575
+ "auto",
234576
+ "explicit",
234577
+ "off"
234578
+ ]
234362
234579
  }
234363
234580
  },
234364
234581
  "components": {
@@ -234401,6 +234618,11 @@
234401
234618
  ],
234402
234619
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
234403
234620
  },
234621
+ "explicit": {
234622
+ "type": "boolean",
234623
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
234624
+ "readOnly": true
234625
+ },
234404
234626
  "headless": {
234405
234627
  "type": "boolean",
234406
234628
  "description": "If `true`, runs the browser in headless mode.",
@@ -234850,6 +235072,11 @@
234850
235072
  ],
234851
235073
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
234852
235074
  },
235075
+ "explicit": {
235076
+ "type": "boolean",
235077
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
235078
+ "readOnly": true
235079
+ },
234853
235080
  "headless": {
234854
235081
  "type": "boolean",
234855
235082
  "description": "If `true`, runs the browser in headless mode.",
@@ -234924,6 +235151,11 @@
234924
235151
  ],
234925
235152
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
234926
235153
  },
235154
+ "explicit": {
235155
+ "type": "boolean",
235156
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
235157
+ "readOnly": true
235158
+ },
234927
235159
  "headless": {
234928
235160
  "type": "boolean",
234929
235161
  "description": "If `true`, runs the browser in headless mode.",
@@ -234968,6 +235200,15 @@
234968
235200
  }
234969
235201
  }
234970
235202
  ]
235203
+ },
235204
+ "browserFallback": {
235205
+ "description": "Per-context override for the config-level [`browserFallback`](config) policy that governs whether a context whose browser can't start a driver session falls back to another available browser. Accepts the same values — `auto`, `explicit`, `off` — and, when set, takes precedence over the config-level value for the contexts this entry expands into. Omit it to inherit the config-level policy (which itself defaults to `auto`).",
235206
+ "type": "string",
235207
+ "enum": [
235208
+ "auto",
235209
+ "explicit",
235210
+ "off"
235211
+ ]
234971
235212
  }
234972
235213
  },
234973
235214
  "components": {
@@ -235010,6 +235251,11 @@
235010
235251
  ],
235011
235252
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
235012
235253
  },
235254
+ "explicit": {
235255
+ "type": "boolean",
235256
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
235257
+ "readOnly": true
235258
+ },
235013
235259
  "headless": {
235014
235260
  "type": "boolean",
235015
235261
  "description": "If `true`, runs the browser in headless mode.",
@@ -263112,6 +263358,11 @@
263112
263358
  ],
263113
263359
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
263114
263360
  },
263361
+ "explicit": {
263362
+ "type": "boolean",
263363
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
263364
+ "readOnly": true
263365
+ },
263115
263366
  "headless": {
263116
263367
  "type": "boolean",
263117
263368
  "description": "If `true`, runs the browser in headless mode.",
@@ -318182,6 +318433,11 @@
318182
318433
  ],
318183
318434
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
318184
318435
  },
318436
+ "explicit": {
318437
+ "type": "boolean",
318438
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
318439
+ "readOnly": true
318440
+ },
318185
318441
  "headless": {
318186
318442
  "type": "boolean",
318187
318443
  "description": "If `true`, runs the browser in headless mode.",
@@ -318256,6 +318512,11 @@
318256
318512
  ],
318257
318513
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
318258
318514
  },
318515
+ "explicit": {
318516
+ "type": "boolean",
318517
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
318518
+ "readOnly": true
318519
+ },
318259
318520
  "headless": {
318260
318521
  "type": "boolean",
318261
318522
  "description": "If `true`, runs the browser in headless mode.",
@@ -318300,6 +318561,15 @@
318300
318561
  }
318301
318562
  }
318302
318563
  ]
318564
+ },
318565
+ "browserFallback": {
318566
+ "description": "Per-context override for the config-level [`browserFallback`](config) policy that governs whether a context whose browser can't start a driver session falls back to another available browser. Accepts the same values — `auto`, `explicit`, `off` — and, when set, takes precedence over the config-level value for the contexts this entry expands into. Omit it to inherit the config-level policy (which itself defaults to `auto`).",
318567
+ "type": "string",
318568
+ "enum": [
318569
+ "auto",
318570
+ "explicit",
318571
+ "off"
318572
+ ]
318303
318573
  }
318304
318574
  },
318305
318575
  "components": {
@@ -318342,6 +318612,11 @@
318342
318612
  ],
318343
318613
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
318344
318614
  },
318615
+ "explicit": {
318616
+ "type": "boolean",
318617
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
318618
+ "readOnly": true
318619
+ },
318345
318620
  "headless": {
318346
318621
  "type": "boolean",
318347
318622
  "description": "If `true`, runs the browser in headless mode.",
@@ -346444,6 +346719,11 @@
346444
346719
  ],
346445
346720
  "$comment": "`safari` is just a shortcut for `webkit`. Included for visibility and to reduce questions."
346446
346721
  },
346722
+ "explicit": {
346723
+ "type": "boolean",
346724
+ "description": "Set automatically during context resolution: `true` when the author explicitly requested this browser (as opposed to it being auto-selected as the default). The runner's cross-browser fallback uses it to decide whether substituting another engine reports `PASS` (auto-selected) or `WARNING` (explicitly pinned).",
346725
+ "readOnly": true
346726
+ },
346447
346727
  "headless": {
346448
346728
  "type": "boolean",
346449
346729
  "description": "If `true`, runs the browser in headless mode.",