💡 Curated examples of using Alfa for various kinds of testing
This repository contains examples of how to use Alfa for various kinds of accessibility testing.
To build the project, a recent version of Node.js is required in addition to the Yarn package manager. ```
Install dependencies:
yarn install
Next, you can build the project by doing:
yarn build
To start a watcher to build the project as files are changed, do:
yarn watch
This repository contains examples of using Alfa:
- integrating Siteimprove Accessibility Code Checker with various browser automations;
- individual component testing with various component frameworks;
- page-wide testing with various browser automations;
- custom testing of some common scenarios.
Copyright © Siteimprove A/S. Released under the terms of the MIT license.