nightwatch-axe-verbose
Version:
For adding custom commands to allow you to run axe accessibility tests in your NightwatchJS test cases.
43 lines (42 loc) • 1.27 kB
JSON
{
"name": "nightwatch-axe-verbose",
"version": "2.4.0",
"description": "For adding custom commands to allow you to run axe accessibility tests in your NightwatchJS test cases.",
"main": "index.js",
"scripts": {
"test": "rimraf ./tests_output/ && npx nightwatch --env headless",
"lint": "eslint ./nightwatch/** ./tests/**",
"lint:fix": "eslint ./nightwatch/** ./tests/** --fix"
},
"files": [
"nightwatch/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/reallymello/nightwatch-axe-verbose.git"
},
"keywords": [
"NightwatchJS",
"WCAG",
"aXe"
],
"author": "David Mello (http://www.davidmello.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/reallymello/nightwatch-axe-verbose/issues"
},
"homepage": "https://github.com/reallymello/nightwatch-axe-verbose#readme",
"dependencies": {
"axe-core": "^4.10.3"
},
"devDependencies": {
"eslint": "^8.23.1",
"eslint-config": "^0.1.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"nightwatch": "^3.12.1",
"prettier": "^2.7.1"
}
}