@sa11y/wdio
Version:
Accessibility testing API for WebdriverIO
52 lines (51 loc) • 1.34 kB
JSON
{
"name": "@sa11y/wdio",
"version": "7.0.0",
"description": "Accessibility testing API for WebdriverIO",
"license": "BSD-3-Clause",
"homepage": "https://github.com/salesforce/sa11y/tree/master/packages/wdio#readme",
"repository": {
"type": "git",
"url": "https://github.com/salesforce/sa11y.git",
"directory": "packages/wdio"
},
"keywords": [
"accessibility",
"automated test",
"integration test",
"Webdriver",
"WebdriverIO",
"axe"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts*"
],
"scripts": {
"test": "wdio run ../../wdio.conf.js",
"test:debug": "DEBUG=true yarn test",
"test:watch": "yarn test --watch"
},
"dependencies": {
"@sa11y/common": "7.0.0",
"@sa11y/format": "7.0.0",
"@sa11y/preset-rules": "7.0.0",
"axe-core": "4.10.2"
},
"peerDependencies": {
"webdriverio": ">=6.0.0"
},
"devDependencies": {
"@sa11y/test-utils": "7.0.0",
"webdriverio": "8.41.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": "^18 || ^20"
},
"gitHead": "5e1b6a2052bff00d6ebf20b2248e99e01e152f0e"
}