1.2.2 • Published 4 years ago

@fesk/accessibility-plugin v1.2.2

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

FESK Accessibility

Runs accessibility tests against a static site.

Currently this CLI is not configurable to much degree, it expects a dist/ folder in the root of the project and it will run a standard set of accessibility tests against all html files in that folder.

There is also a .screenshots folder generated to see the results of the tests. You can add this to your .gitignore of your project.

Installation (globally)

Globally:

$ npm install @fesk/accessibility-plugin -g

In project:

$ npm install @fesk/accessibility-plugin --save-dev

Usage

In package.json (recommended)

{
  "scripts": {
    "test:accessibility": "fesk-accessibility"
  }
}

From CLI:

$ fesk-accessibility

Configuration

Changing the port of the webserver via package.json, defaults to port 5000.

{
  "serverPort": "8000"
}
1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.0

6 years ago

1.0.2

6 years ago

0.0.3

6 years ago

0.0.1

6 years ago