Skip to content

Commit

Permalink
Add code checker top-link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Oct 23, 2024
1 parent ce9ab61 commit afbf8e2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This repository contains examples of how to use [Alfa][] for various kinds of ac

## Building

To build the project, a recent version of [Node.js](https://nodejs.org/en/) is required in addition to the [Yarn](https://yarnpkg.com/) package manager. ```
To build the project, a recent version of [Node.js](https://nodejs.org/en/) is required in addition to the [Yarn](https://yarnpkg.com/) package manager. ```

Install dependencies:

Install dependencies:

```sh
yarn install
```
Expand All @@ -30,9 +30,10 @@ yarn watch

This repository contains examples of using Alfa:

- for individual [component testing](unit-testing) with various component frameworks;
- for [page-wide testing](end-to-end-testing) with various browser automations;
- for [custom testing](custom-testing) of some common scenarios.
- integrating [Siteimprove Accessibility Code Checker](accessibility-code-checker) with various browser automations;
- individual [component testing](unit-testing) with various component frameworks;
- [page-wide testing](end-to-end-testing) with various browser automations;
- [custom testing](custom-testing) of some common scenarios.

## License

Expand Down

0 comments on commit afbf8e2

Please sign in to comment.