💡 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:
- for individual component testing with various component frameworks;
- for page-wide testing with various browser automations;
- for custom testing of some common scenarios.
Copyright © Siteimprove A/S. Released under the terms of the MIT license.