You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comma-separated list of _exclude_ patterns for auto-detected extensions.
320
+
321
+
Include patterns are applied _before_ exclude patterns. If both include and exclude
322
+
patterns are provided, only extensions that match at least one include pattern and do not
323
+
match any exclude pattern will be auto-detected.
324
+
325
+
See <<running-tests-config-params-deactivation-pattern>> for details on the pattern syntax.
326
+
327
+
[[extensions-registration-automatic-conditional]]
328
+
315
329
[[extensions-registration-inheritance]]
316
330
==== Extension Inheritance
317
331
@@ -373,7 +387,7 @@ following system property.
373
387
[[extensions-conditions-deactivation-patterns]]
374
388
===== Pattern Matching Syntax
375
389
376
-
Pattern matching syntax is used to automatically detect and register extensions. For more details, refer to the <<automatic-extension-registration-pattern-matching,Pattern Matching Syntax>> section.
390
+
Refer to <<running-tests-config-params-deactivation-pattern>> for details.
0 commit comments