@axe-core/watcher 3.7.0-next.2bddf252 → 3.7.0-next.3c48babd
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -2
- package/extension/background.js +1 -1
- package/extension/content.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
# @axe-core/watcher
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Watcher automatically:
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
1. Adds accessibility scans to your end-to-end tests. Change a few lines of configuration code and you're ready to go.
|
|
6
|
+
2. Sends results to [axe Developer Hub](https://docs.deque.com/developer-hub).
|
|
7
|
+
|
|
8
|
+
From axe Developer Hub, software teams can get actionable reports. The reports are amazing because:
|
|
9
|
+
|
|
10
|
+
1. Accessibility issues are deduplicated!
|
|
11
|
+
2. Reports are "git aware", making it easy to spot new issues caused by your code changes. No more wading through technical debt.
|
|
12
|
+
3. Issues are prioritized by impact, helping you focus on the most important issues first.
|
|
13
|
+
|
|
14
|
+
Cypress, Playwright, Puppeteer, and Webdriver frameworks are all supported. Test results can be integrated with [GitHub Actions](https://docs.deque.com/developer-hub/2/en/dh-github-action) and a REST endpoint is provided so that other CI/CD systems are easy to setup.
|
|
15
|
+
|
|
16
|
+
Deque Systems has a [free and paid plan](https://www.deque.com/axe/developer-hub/) available, making axe Developer Hub suitable for all types of projects - open-source to enterprise.
|
|
6
17
|
|
|
7
18
|
For support on axe-core, watcher, and accessibility in general, please join the [axe community Slack](https://accessibility.deque.com/axe-community).
|