a11y-sitechecker icon indicating copy to clipboard operation
a11y-sitechecker copied to clipboard

basic config file

Open redimongo opened this issue 2 years ago • 1 comments

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 


redimongo avatar Feb 21 '23 01:02 redimongo

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

fgiele avatar Nov 29 '23 10:11 fgiele