Code Monkey home page Code Monkey logo

a11ytesting's Introduction

Accessibility Testing goes Mainstream

Links

Standards und Verordnungen

Quellen

Tools

Lighthouse Batch Spider

Im lighthouse Verzeichnis liegt die Konfiguration für eine automatisierte Lighthouse Auswertung einer Website. Dazu baut man sich einmalig ein passendes Docker Image:

docker build -t datengaertner/lhbatch .

oder lädt es vom Docker Hub:

docker pull datengaertner/lhbatch:latest

Danach ruft man den Batch so auf:

docker run --rm -e SITE="https://www.datengaertnerei.com/" datengaertner/lhbatch > summary.csv

Das Ergebnis ist eine CSV Tabelle mit den konsolidierten Lighthouse Ergebnissen.

Pa11y Dashboard Docker setup

Im pally Verzeichnis stehen die Konfigurationsdateien für ein Pa11y Dashboard Docker Setup. Mit den Dateien im Verzeichnis kann man einfach die Container starten mit

docker-compose up -d

Der Dashboard Webserver ist über http Port 4000 erreichbar. Mi folgendem cURL Befehl bekommt man alle konfigurierten Tasks über den Webservice als JSON Export:

curl -X GET -o pally.json http://localhost:3000/tasks

Mit einem POST auf diesen Endpunkt kann man einzelne Tasks einspielen.

curl -X POST -d @neu.json -H "Content-Type: application/json" http://localhost:3000/tasks

Dazu gibt es ein kleines Kommandozeilentool, mit dem der Export in einzelne Import Dateien aufgeteilt wird.

a11ytesting's People

Contributors

datengaertnerei avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

a11ytesting's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.