From 55075766565a136a016b4380e4478b2096e0e8e4 Mon Sep 17 00:00:00 2001 From: Tyler Biethman Date: Wed, 22 Jan 2025 08:17:33 -0600 Subject: [PATCH 1/2] Update _viewfilters.mdx --- docs/partials/_viewfilters.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/partials/_viewfilters.mdx b/docs/partials/_viewfilters.mdx index 94db332116..8fb7b26b78 100644 --- a/docs/partials/_viewfilters.mdx +++ b/docs/partials/_viewfilters.mdx @@ -3,8 +3,9 @@ By default, every URL visited within a test run is included in reports. However, ## Why use view filters? :::info -Note: setting `viewFilters` impacts both Accessibility and UI Coverage reports. -This cannot be nested. +**Note:** setting `viewFilters` impacts both Accessibility and UI Coverage reports. +Nesting this property under an `accessibility` or `uiCoverage` key is +supported, if you need to split them up. ::: - **Exclude Third-Party URLs**: If your application integrates with third-party services, you might want to exclude their URLs from analysis. From 0c46a5bb8d39836778e6a57d52c9f71031e00487 Mon Sep 17 00:00:00 2001 From: Tyler Biethman Date: Wed, 22 Jan 2025 08:18:18 -0600 Subject: [PATCH 2/2] Update _views.mdx --- docs/partials/_views.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/partials/_views.mdx b/docs/partials/_views.mdx index d098b42f9b..f9a5bb6bc8 100644 --- a/docs/partials/_views.mdx +++ b/docs/partials/_views.mdx @@ -5,9 +5,8 @@ The `groupBy` property of a view definition allows you to create multiple views ## Why use views? :::info -**Note:** setting `views` impacts both Accessibility and UI Coverage reports. -Nesting this property under an `accessibility` or `uiCoverage` key is -supported, if you need to split them up. +**Note**: setting `views` impacts both Accessibility and UI Coverage reports. +This cannot be nested. ::: - **Group Dynamic URLs**: Group URLs with dynamic path parameters (e.g., `/users/alice` and `/users/bob`) that are not ids or uuids into a single view.