Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More cleanup #5971

Merged
merged 3 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we do the same for /accessibility?

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