UNPKG

wdio-axe

Version:

Module to inject and analyze web pages in webdriverio using aXe

41 lines (40 loc) 1.08 kB
{ "name": "wdio-axe", "version": "2.2.3", "description": "Module to inject and analyze web pages in webdriverio using aXe", "main": "index.js", "scripts": { "lint": "eslint \"**/*.js\" --ignore-path .gitignore --max-warnings 0", "test": "wdio run wdio.conf.js" }, "homepage": "https://github.com/tamil777selvan/wdio-axe#readme", "repository": { "type": "git", "url": "https://github.com/tamil777selvan/wdio-axe" }, "keywords": [ "accessibility", "automated accessibility test", "accessibility automation", "Webdriver", "WebdriverIO", "axe", "wdio-axe" ], "dependencies": { "axe-core": "^4.3.2", "lodash": "^4.17.21" }, "devDependencies": { "@wdio/cli": "^6.12.1", "@wdio/local-runner": "^6.12.1", "@wdio/mocha-framework": "^6.11.0", "@wdio/selenium-standalone-service": "^6.12.1", "@wdio/spec-reporter": "^6.11.0", "@wdio/sync": "^6.11.0", "chai": "^4.3.0", "eslint": "^7.19.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1" } }