Skip to content

Commit

Permalink
Merge pull request #5228 from balajialg/staging
Browse files Browse the repository at this point in the history
Add a11y tools to a11y hub image
  • Loading branch information
balajialg authored Nov 21, 2023
2 parents cc1021d + ebab719 commit 2b24da4
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
chromium-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 2b24da4

Please sign in to comment.