@axe-core/cli 4.10.2 → 4.10.3-2667cd7.0
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 +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ Provides a command line interface for [axe](https://github.com/dequelabs/axe-cor
|
|
|
4
4
|
|
|
5
5
|
Previous versions of this program were maintained at [dequelabs/axe-cli](https://github.com/dequelabs/axe-cli).
|
|
6
6
|
|
|
7
|
+
This package does not follow Semantic Versioning (SemVer) but instead uses the major and minor version (but not patch version) of axe-core that the package uses. For example, if the API version is v4.7.2, then the axe-core version used by the package will be v4.7.x. The patch version of this package may include bug fixes and new API features but will not introduce breaking changes.
|
|
8
|
+
|
|
7
9
|
## Getting Started
|
|
8
10
|
|
|
9
11
|
Install [Node.js](https://docs.npmjs.com/getting-started/installing-node) if you haven't already. This project requires Node 6+. By default, axe-cli runs Chrome in headless mode, which requires Chrome 59 or up.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/cli",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.3-2667cd7.0+2667cd7",
|
|
4
4
|
"description": "A CLI for accessibility testing using axe-core",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Wilco Fiers",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"testing"
|
|
48
48
|
],
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@axe-core/webdriverjs": "
|
|
50
|
+
"@axe-core/webdriverjs": "4.10.3-2667cd7.0+2667cd7",
|
|
51
51
|
"axe-core": "~4.10.3",
|
|
52
52
|
"chromedriver": "latest",
|
|
53
53
|
"colors": "^1.4.0",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"src/testutils"
|
|
92
92
|
]
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "2667cd7d1ac9e8b8100551701e5ad5d07a24809c"
|
|
95
95
|
}
|