Skip to content

Commit

Permalink
Merge pull request #1230 from IBMa/will-equal-access-955
Browse files Browse the repository at this point in the history
Update feature list and highlight multi-scan in documentation
  • Loading branch information
ErickRenteria authored Jan 20, 2023
2 parents e4d9be5 + 0d1c58c commit 1157f80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions accessibility-checker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ An automated accessibility testing for Node-based test environments from [IBM Eq

To get started, please review [NPM](https://www.npmjs.com/package/accessibility-checker).

## Features

- Scan single or multiple files, directories, or URLs
- Output scan report results in JSON, CSV, HTML or XSLX formats
- Set a target rule archive
- Configure policies to scan
- Set violation levels that trigger test failures
- Set violation levels that should be reported

## Running Locally

### Install
Expand Down
2 changes: 1 addition & 1 deletion accessibility-checker/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ module.exports = {

## Usage

### Command-line
### Command-line and multi-scan

The module provides some basic command-line utilities that will allow you to scan files, directories, or URLs. You can also create a .txt file with path(s) to files, directories or a list of urls to be scanned, then provide the `npx achecker` the full path of the .txt file to start the scan (e.g. `npx achecker path/to/your/file.txt`). Run `npx achecker` for more information.

Expand Down

0 comments on commit 1157f80

Please sign in to comment.