Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { writeCoverage } = require("./lib/reporter");

program
.version(require("./package.json").version)
.arguments("[urls or urlFile] [otherUrls...]")
.arguments("[urls/urlFile] [otherUrls...]")
.description("Test URL(s) using puppeteer and axe.")
.option("-c, --config <file>", "Path to config file")
.option(
Expand Down
32 changes: 15 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Accessibility utilities for PatternFly.",
"scripts": {
"test": "node cli.js --prefix http://localhost:9000 --file ~/src/gatsby-theme-patternfly-org/patternfly-org-demo/.cache/fullscreenPages.json",
"start": "webpack-dev-server --config ./test/app/webpack.config.js --open",
"start": "webpack-dev-server --config ./report/webpack.config.js --open",
"dev": "yarn copy && webpack-dev-server --config ./report/webpack.config.js",
"build": "webpack --config ./report/webpack.config.js --mode production",
"copy": "mkdir -p report/static && cp -R coverage/screenshots report/static && cp coverage/results.json report/static/results.json",
Expand All @@ -22,37 +22,35 @@
},
"author": "Red Hat",
"license": "MIT",
"bin": {
"patternfly-a11y": "cli.js"
},
"bin": "cli.js",
"dependencies": {
"axe-core": "^4.8.2",
"axe-core": "^4.10.0",
"chromedriver": "^119.0.1",
"commander": "^5.1.0",
"commander": "^11.1.0",
"fs-extra": "^10.1.0",
"junit-xml": "^1.2.0",
"puppeteer": "^15.5.0",
"puppeteer-cluster": "^0.23.0",
"xmldoc": "^1.3.0"
},
"devDependencies": {
"@patternfly/react-charts": "^6.0.0",
"@patternfly/react-core": "^4.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@patternfly/react-charts": "^6.94.21",
"@patternfly/react-core": "^4.278.1",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^4.0.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^5.0.0",
"mini-css-extract-plugin": "^2.0.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"ts-loader": "^9.0.0",
"typescript": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^4.9.5",
"url-loader": "^4.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^4.0.0"
"webpack": "^5.93.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.2"
}
}
2 changes: 1 addition & 1 deletion report/dist/bundle.js

Large diffs are not rendered by default.

Binary file modified report/dist/fonts/pficon.woff
Binary file not shown.
Binary file modified report/dist/fonts/pficon.woff2
Binary file not shown.
Loading