Skip to content

Commit 149a616

Browse files
committed
docs(plugin-e2e): mention accessibility testing in e2e overview
Add the accessibility testing feature bullet to the e2e-test-a-plugin overview page, matching the feature list already in package README.md.
1 parent b9456a8 commit 149a616

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • docusaurus/docs/e2e-test-a-plugin

docusaurus/docs/e2e-test-a-plugin/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The `@grafana/plugin-e2e` tool offers a consistent way to interact with the Graf
2222
- **Predefined fixtures:** Offers a set of predefined fixtures that are tailored for Grafana plugin testing.
2323
- **Custom models:** Provides custom models that represent pages and components in Grafana, simplifying maintenance and creating reusable code to avoid repetition.
2424
- **Expect matchers:** Includes a range of expect matchers that are specialized for Grafana plugin assertions, helping you validate plugin behavior more effectively.
25+
- **Accessibility testing:** Integrates with [Axe](https://www.deque.com/axe/) to run configurable accessibility scans inside your tests, with default rules aligned with Grafana's [WCAG 2.1 AA](https://www.w3.org/TR/WCAG21/) target.
2526
- **Integration with Playwright:** Seamlessly integrates with the Playwright testing framework, leveraging its powerful browser automation capabilities.
2627

2728
## End-to-end testing guides

0 commit comments

Comments
 (0)