Skip to content

Instantly share code, notes, and snippets.

@jesseadams
Last active August 29, 2019 22:15
Show Gist options
  • Save jesseadams/c3484f8c0f20c52c833f74f1e1476604 to your computer and use it in GitHub Desktop.
Save jesseadams/c3484f8c0f20c52c833f74f1e1476604 to your computer and use it in GitHub Desktop.
pa11y-ci example
{
"defaults": {
"chromeLaunchConfig": {
"args": ["--no-sandbox"]
}
},
"urls": [
"http://pa11y.org/",
"http://pa11y.org/contributing"
]
}
FROM node:10
USER root
RUN apt-get -y update
RUN apt-get -y install libx11-xcb-dev libxtst-dev libnss3-dev libxss-dev libasound2-dev libatk-bridge2.0-dev libgtk-3-dev
RUN npm install -g pa11y-ci --unsafe-perm=true --allow-root
COPY .pa11yci .pa11yci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment