Skip to content

Validate URLs through the Axe API using selenium webdriver.

Notifications You must be signed in to change notification settings

digitalpulp/axe-cronos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cronos - Saving you time, time after time.

Example implementation

let AxeCronos = require('@digitalpulp/axe-cronos').AxeCronos

var cronos = new AxeCronos();
cronos.urlFileName = 'urls.json'
cronos.resultsDir = 'axecronos-results'
cronos.axeTags = ['wcag2a', 'wcag2aa', 'section508', 'best-practice']
cronos.start()

References

About

Validate URLs through the Axe API using selenium webdriver.

Resources

Stars

Watchers

Forks

Packages