crawlkit-runner-axe
Advanced tools
Comparing version
{ | ||
"name": "crawlkit-runner-axe", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A CrawlKit runner for auditing a website with aXe", | ||
@@ -36,3 +36,4 @@ "main": "src/index.js", | ||
"eslint": "^1.10.2", | ||
"eslint-config-airbnb": "^1.0.2", | ||
"eslint-config-airbnb": "^2.1.1", | ||
"eslint-plugin-mocha": "^1.1.0", | ||
"freeport": "^1.0.5", | ||
@@ -39,0 +40,0 @@ "http-server": "^0.8.5", |
@@ -8,3 +8,3 @@ # aXe runner | ||
This runner can be used with [CrawlKit](https://github.com/crawlkit/crawlkit) in order to audit a website with the [aXe](https://github.com/dequelabs/axe-core). | ||
This runner can be used with [CrawlKit](https://github.com/crawlkit/crawlkit) in order to audit a website with the [aXe](https://github.com/dequelabs/axe-core) accessibility engine. | ||
@@ -28,3 +28,3 @@ ## Install | ||
console.log(JSON.stringify(data.results, true, 2)); | ||
}); | ||
}, (err) => console.error(err)); | ||
``` | ||
@@ -31,0 +31,0 @@ |
5003
1.77%9
12.5%