a11y-sitechecker
a11y-sitechecker copied to clipboard
basic config file
Would love an example config file, with all defaults on. Just finding the config how to a little confusing.
I have tried
File: config.json
{
"name": "DRN1",
"urlsToAnalyze": "google.com"
}
and get this error
#############################################################################################
Start accessibility Test for GOOGLE
#############################################################################################
ProtocolError: Protocol error (Page.navigate): Cannot navigate to invalid URL
The URL needs to be in an array. There is a nice sample config.json in the tests directory of the repo: https://github.com/forsti0506/a11y-sitechecker/blob/main/tests/config.json