Skip to content

Commit

Permalink
Add a11y tools to a11y hub
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Nov 21, 2023
1 parent cc1021d commit 5d672f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions deployments/a11y/image/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ ruby

# Other niceties for command-line work and life
rsync

# Add chromium to the a11y image for testing with pa11y
chromimum-browser

5 changes: 3 additions & 2 deletions deployments/a11y/image/postBuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env bash
set -eux

# install pa11y for DH-169
# install pa11y tools for DH-169

npm install -g pa11y-ci
npm install -g [email protected]
npm install -g [email protected]


0 comments on commit 5d672f9

Please sign in to comment.