Skip to content

Commit

Permalink
More cleanup (#5971)
Browse files Browse the repository at this point in the history
* Remove odd bolded changelog entries

* Add UI coverage reroute

* reroute on accessibility url to intro
  • Loading branch information
jennifer-shehane authored Oct 25, 2024
1 parent ffc9e7e commit 1bf0cb6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/ui-coverage/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ sidebar_position: 200

# Changelog

## **Week of 10/7/2024**
## Week of 10/7/2024

- **Improved Table Grouping:** The default grouping rules have been updated to more accurately identify and group elements in tables.

## **Week of 9/30/2024**
## Week of 9/30/2024

- **Slack Messages:** UI Coverage results results are now included in Slack messages alongside test results. [Learn more about our Slack integration here](https://on.cypress.io/slack-integration).

## **Week of 9/23/2024**
## Week of 9/23/2024

- **Improved Link Display Logic:** Links will now more consistently display across the reports, matching defined views more closely.

## **Week of 9/9/2024**
## Week of 9/9/2024

- **Element Tooltips:** We have improved the user experience of UI Coverage by adding tooltips for elements, emphasizing their selectors, making it easier to navigate coverage reports and identify elements.

Expand All @@ -28,7 +28,7 @@ sidebar_position: 200
- **Results API:** We have added the new [Results API](/ui-coverage/results-api) which enables you to programmatically fetch your run's UI Coverage results in a CI environment. This allows you to act the results within CI by allowing you to determine if the results are acceptable or need to be addressed before code changes can merge.
- **Pull and Merge Request Comments:** UI Coverage results will now appear in [GitHub](https://on.cypress.io/github-integration), [GitLab](https://on.cypress.io/gitlab-integration) and [Bitbucket](https://on.cypress.io/bitbucket-integration) pull request and merge request comments alongside test results. Integrations can be installed and comments can be enabled in Project Settings.

## **Week of 8/12/2024**
## Week of 8/12/2024

- **Improved attributeFilters Behavior:** When matching against class attributes, the [attributeFilters](/ui-coverage/configuration/attributefilters) configuration option now targets and filters individual class names rather than the entire value of the class attribute.

Expand Down
12 changes: 12 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,18 @@
status = 301
force = true

[[redirects]]
from = "/ui-coverage"
to = "/ui-coverage/get-started/introduction"
status = 301
force = true

[[redirects]]
from = "/accessibility"
to = "/accessibility/get-started/introduction"
status = 301
force = true

[[redirects]]
from = "/api/plugins/*"
to = "/api/node-events/:splat"
Expand Down

0 comments on commit 1bf0cb6

Please sign in to comment.