dig-inclusion / DIGR

Automated test runner based on rules
Mozilla Public License 2.0
3 stars 1 forks source link

DIGR

An automated accessibility test runner based on rules.

DIGR scans a given website to test it's accessible compenents, it can be run as a standalone program, embedded as part of other program(s) or as a service like (Mongodb or Mysql).\ It is written in Rust, with an aim to provide a runtime for interpreted languages like Javascript and Typescript in future.

Setup

Usage

The DIGR binary takes multiple command line arguments, a rules yaml file, a url and a depth number:

-r option for rules file (this must be yaml file)\ -u option for url (this must be a valid url)\ -d is an number for depth in the url (this must be provided if you want to test url resources)

Here is an example:\ digr -r rule1.yml -u https://diginclusion.com -d 0

Tests